Thread: Instance?
View Single Post
  #1  
Old 05-26-2007, 12:43 AM
theHAWKER theHAWKER is offline
**FLIP OUT**
theHAWKER's Avatar
Join Date: Mar 2006
Location: canada, vancouver
Posts: 768
theHAWKER is an unknown quantity at this point
Question Instance?

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.+= 5;
}

__________________
**FLIP OUT**
Reply With Quote