View Single Post
  #8  
Old 01-10-2002, 09:47 PM
Loriel Loriel is offline
Somewhat rusty
Loriel's Avatar
Join Date: Mar 2001
Posts: 5,059
Loriel is a name known to allLoriel is a name known to allLoriel is a name known to allLoriel is a name known to all
erm no screen_name... if a function is finished, it automatically returns to the main script. It's rather for doing stuff like this...
NPC Code:
if (actionblah) {
do some stuff;
Setani();
do more stuff;
}
function Setani() {
if (!visible) return;
else setcharani blah_idle,;
}

Reply With Quote