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.