View Single Post
  #13  
Old 03-03-2003, 05:01 PM
adam adam is offline
http://wiki.graal.us/
adam's Avatar
Join Date: Nov 2001
Posts: 2,247
adam has a spectacular aura aboutadam has a spectacular aura about
Send a message via AIM to adam
Quote:
Originally posted by Kaimetsu
It's kinda annoying when people don't listen to me
:-( It only happened once, you ever gonna unblock me?

Quote:
Originally posted by funnylinkwantsbomys
if (playertouchsme){
message Welcome to my room!;
sleep 2;
message Do you like punk?;
sleep .5;
if (playerchats && strequals(#c,yes)) {message Really? I LOVE punk!;
sleep 2;
message You got any liquor?;
sleep 2;
}
}
sleep should be small between those?
You really should find a way to do it without sleep, sleep can be hazardous. Try timeouts. And again, don't use playerchats inside of another if statement.
__________________
Rogue Shadow (TCN)(NAT)(Global Development Team)

For development help, contact the patrons of the #graaldt irc channel below, I am usually there.
Click Here to Join IRC Chat Now! -- irc.freenode.net Channel: #graaldt
Quote:
<Dustyshouri> no, RogueShadow is always talking about scripts lol
<Dustyshouri> in fact, he pretty much brought Graal back as a topic single-handedly
Reply With Quote