Thread: Boss
View Single Post
  #9  
Old 10-11-2001, 09:48 AM
btedji btedji is offline
bryan986
btedji's Avatar
Join Date: Apr 2001
Location: Force 10
Posts: 1,153
btedji is on a distinguished road
Send a message via ICQ to btedji Send a message via AIM to btedji Send a message via Yahoo to btedji
Quote:
Originally posted by entravial
~AlphaFlame~

Sure, Kaimetsu. If you say so. Guess I'll just be doing this then:

if (playertouchsme){
Hide();
Sleep();
Show();
}
function Hide(){
hide;
}
function Sleep(){
sleep .5;
}
function Show(){
show;
}

LOL thats just messed now
Reply With Quote