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
}