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.