I've never used it but can you use
Code:
==========
Setglobal:
==========
[old quest format]
setglobal([varname],[value],[options],[duration]);
[perl format]
quest::setglobal([varname],[value],[options],[duration]); (perl format)
The setglobal command allows you to create or modify an existing global variable for the mob you are using the command on.
==========
targlobal:
==========
[old quest format]
targlobal([varname],[value],[duration],[npcid],[charid],[zoneid]);
[perl format]
quest::targlobal([varname],[value],[duration],[npcid],[charid],[zoneid]);
This is a way to "stick" a global variable to a mob. A quick and easy way to give information to a mob or communicate.
==========
delglobal:
==========
[old quest format]
delglobal([varname]);
[perl format]
quest::delglobal([varname]);
This command is used to delete global variables when they are no longer needed. You can only delete global variables that belong to the mob the variable is for.
read more about it here:
http://www.projecteq.net/phpBB2/viewtopic.php?t=149