View Single Post
  #14  
Old 01-31-2008, 10:47 PM
Crow Crow is offline
ǝɔɐɹq ʎןɹnɔ
Crow's Avatar
Join Date: Dec 2006
Location: Germany
Posts: 5,153
Crow has a reputation beyond reputeCrow has a reputation beyond reputeCrow has a reputation beyond reputeCrow has a reputation beyond reputeCrow has a reputation beyond reputeCrow has a reputation beyond reputeCrow has a reputation beyond reputeCrow has a reputation beyond reputeCrow has a reputation beyond reputeCrow has a reputation beyond reputeCrow has a reputation beyond repute
Try something like this:

PHP Code:
function onCreated()
  
onPlayerEnters();
function 
onPlayerEnters()
  
functionThatLeadsToCoreScript(); 
Doing that in all my gani scripts.
Reply With Quote