Hi,
Currently I'm completely clueless on how to look "inside" a variable, and match on a certain thing. Like:
Trigger: (* Players Online: *
Script:
Currently I'm completely clueless on how to look "inside" a variable, and match on a certain thing. Like:
Trigger: (* Players Online: *
Script:
sub Players (strname, trig_line, arrWildCards)
Players = arrWildCards (2)
'Look inside Players variable for a certain name and world.note that they're online.
???
world.note "Someone is online"
end sub