I have a trigger does the following script when match found:
DoAfterSpecial (1, 'Simulate("Find enemies\n")', sendto.script)
However, the program prompts me an error box saying that
[string "Trigger: "]:18: unfinished string near ''Simulate("Find enemies'
What is the problem? When I execute
/world.Simulate("Find enemies\n")
it works just fine. Anyone can help? Thanks a lot in advance
DoAfterSpecial (1, 'Simulate("Find enemies\n")', sendto.script)
However, the program prompts me an error box saying that
[string "Trigger: "]:18: unfinished string near ''Simulate("Find enemies'
What is the problem? When I execute
/world.Simulate("Find enemies\n")
it works just fine. Anyone can help? Thanks a lot in advance