Thread: Quick question
View Single Post
  #3  
Old 12-22-2006, 04:29 AM
Angelox
AX Classic Developer
 
Join Date: May 2006
Location: filler
Posts: 2,049
Default

Code:
quest::setglobal("$name","2","3","F");
will put the players name into quest_globals

but if I look for it again to compare;
Code:
if (($text=~/hail/i)&&($name==2)){
It doesn't see it - I think I need to convert $name into text first then use the text, and don't know how.
Reply With Quote