LordRaven
06-25-2010, 11:01 PM
I am using a matchfind to assign variableX (usage: ? just arrived.). Then I try using variableX.id to cast spells at that person and am getting the "Cast at what?" messaging.
Does matchfind not return a usable GameObj?
Example...
blah blah blah
target = matchfind "? just arrived."
blah blah blah and more blah
fput("prep 101")
fput("cast ##{target.id}")
Does matchfind not return a usable GameObj?
Example...
blah blah blah
target = matchfind "? just arrived."
blah blah blah and more blah
fput("prep 101")
fput("cast ##{target.id}")