Hello I am trying to write sort of a code gui so you can click buttons in a certain order and get something to happen.
This is in repeatedly Execute
Code: ags
It keeps saying that the expression was met in the middle of the command.
This is in repeatedly Execute
if (Game.GlobalStrings[1] == ".RYRO" {
cEgo.Say("I just did a draft!");
}
It keeps saying that the expression was met in the middle of the command.