Someone once tolled me that gScript was like ActionScript,
so is it possible to set instances?
incase u dont know, instances make the "npc" noticealbe by other scripts like:
the character is called "chr_npc"
PHP Code:
function onCreated(){
if (player.chat == "move it!"){
chr_npc.x += 5;
}
}