Thread: Functions
View Single Post
  #1  
Old 08-23-2001, 05:09 PM
ownerofbabylon ownerofbabylon is offline
Lord Helmut
ownerofbabylon's Avatar
Join Date: Jun 2001
Location: Gainesville FL
Posts: 1,763
ownerofbabylon is on a distinguished road
Send a message via ICQ to ownerofbabylon Send a message via AIM to ownerofbabylon
Functions

on a function i learned the first part but what format is the actual function in? I think its like this

if(playertouchsme){
door()
}

(func door){
hide;
sleep 3;
show;
}
__________________


Warrior of Light

WWW.BABYLONSERVER.COM
Reply With Quote