Blockland Forums > Help
Repeating events?
Pages: (1/1)
Blockomanian:
How would I go about making events repeat themselves? I'm sure I've heard how before but I don't remember cus I've never done it before.
Thanks!
flap sack:
1.(Something like OnActivate or Onplayertouch)>self>Fire relay
2.OnRelay>Self>FireRelay
3.OnRelay>Self/Namedbrick>(Whatever you want to happen over and over)
Changing the delay on the line 2 will change the speed of how fast it happens
Goth77:
Normally you want the fire relay to loop itself after you put the output code in for the other relays. Keeps the events looking cleaner, but it all works the same i guess.
Blockomanian:
--- Quote from: flap sack on June 23, 2012, 04:18:49 AM ---1.(Something like OnActivate or Onplayertouch)>self>Fire relay
2.OnRelay>Self>FireRelay
3.OnRelay>Self/Namedbrick>(Whatever you want to happen over and over)
Changing the delay on the line 2 will change the speed of how fast it happens
--- End quote ---
awesome, thanks!
Pages: (1/1)