How do I use `flag:remove` admin command as a trigger?
I want to use the
flag:remove
admin command to trigger some actions but it doesn't do anything.7 Replies
Yea it doesn't. It's a API thing, adding or removing a flag isn't broadcasted in the server logs.
Is that expected?
or a bug?
Expected I'd say.
Can't remember why it was like that.
Remove message body, remove command source.
Just have the command listed in conditions.
copy, trying now
Doesn't work at all
Adding/removing a flag isn't something that can be logged by Log Message or even by a webhook as it doesn't appear in the server logs.
A trigger doing the adding/removing is logged.
And triggers watch events happening in the server, not events like note creation (and flag events in this instant) in player profiles.
Sounds like a bug tbh
Either it's not being logged or the "Create Trigger" shouldn't appear for those events since it creates confusion