Thread: Functions
View Single Post
  #2  
Old 10-14-2001, 12:39 AM
KJS KJS is offline
The one, The only -
KJS's Avatar
Join Date: Apr 2001
Location: USA, Minnesota
Posts: 1,012
KJS is on a distinguished road
Send a message via AIM to KJS
Re: Functions

Quote:
Originally posted by nyghtGT
ok ... i was wondering the exact way to test for functions and to apply functions ... can someone help me ....
what do you mean by test for functions?

you make functions like this
NPC Code:

if(created)
dostuff();
function dostuff(){
//coding
}

__________________
Thanks,
-KJL
Reply With Quote