Forum
Maps/Editor
Command with trigger
Command with trigger
6 replies
1

trigger_if with parse(command) parameter should work.for an instance:
1
parse("msg test")
It does not react when I press the button that triggers this "if" trigger
parse("bot_kill")
TrialAndError has writtenYou need " " between.
parse("bot_kill")
parse("bot_kill")
wrote exactly this and it does not react
Thanks
1

Offline