View Single Post
  #22  
Old 07-24-2003, 02:21 PM
GoZelda GoZelda is offline
Mister 1,000,000
GoZelda's Avatar
Join Date: Jan 2003
Location: Brussels, capital of Europe.
Posts: 5,396
GoZelda will become famous soon enough
Send a message via AIM to GoZelda Send a message via MSN to GoZelda
Yes, but try using

say2 #k(6);

the order isn't right. Up, down, left, right are the same as dir. and playerdir.


Originally posted by konidias
Quote:
Wouldn't this do the same thing as sparks?
This is used a lot with water splashers and stuff But most people use (playerenters), not (created).

Um, Spark. The NPC only gets created once =\ As Kai said, it's the best to not put a timeout inside another event. And with timeout in another timeout i mean:
if (timeout){
timeout = 1;
}
for an infinite loop. Another way of infinite loop:
while (1==1){
//stuff;
sleep 1;
}
__________________

Quote:
Originally Posted by Lance
stefan is satan
I am the best.
[URL removed]Music or aural pollution?
Reply With Quote