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
Malwarê
Malwarê5mo ago
Yea it doesn't. It's a API thing, adding or removing a flag isn't broadcasted in the server logs.
ghoti
ghotiOP5mo ago
Is that expected? or a bug?
Malwarê
Malwarê5mo ago
Expected I'd say. Can't remember why it was like that.
[MIG] EOC LongBarrel
Remove message body, remove command source. Just have the command listed in conditions.
ghoti
ghotiOP5mo ago
copy, trying now Doesn't work at all
Malwarê
Malwarê5mo ago
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.
ghoti
ghotiOP5mo ago
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

Did you find this page helpful?