Author Topic: Repeating events?  (Read 757 times)

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!

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

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.

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
awesome, thanks!