For the Idiots who cant work out Logic
This event is like the Relays, but it has a Output Parameter. In the Box you can put what events you want to 'Relay' but the events 'Targeted' have to start with the Input event 'OnSub'. So now you can do something like this:
(Number) (Enabled) (Delay) (Input) (Target) (Output) (Output Parameters)
0 [ X ] 0000 OnActivate>Self>DoSub>[ 2, 5 ]
1 [ X ] 0000 OnPlayerTouch>Self>DoSub>[ 4, 6 ]
2 [ X ] 0000 OnSub>Client>CenterPrint>[Going up!][ 3 ]
3 [ X ] 3000 OnSub>Client>CenterPrint>[Want down? Going Down!][ 3 ]
4 [ X ] 1000 OnSub>Player>SetVelocity>[ 0 ][ 0 ][ 50 ]
5 [ X ] 4000 OnSub>Player>SetVelocity>[ 0 ][ 0 ][ -100 ]
6 [ X ] 5000 OnSub>Player>Kill
Now Activating (Clicking) the brick will:
1. Give center print "Going up!" for 3 secs
2. After one Second, send you flying upwards
3. After three seconds Center Print "Want down? Going Down!" for three seconds
4. After 4 seconds, send you flying to the Floor.
5. But it WONT kill you. (Unless you have Falling Damage On)
Now if you Touch it:
1. After one Second, send you flying upwards
2. After 4 seconds, send you flying to the Floor.
3. After 5 Seconds, it WILL kill you.
Note; you DONT put all the Events you want to number, just the Lowest Event, and the Highest Event. It will automatically target ALL the events in between (If they are a OnSub).
Also, can I request a Drop Down List with North/East/South/West/Up/Down targets? Like FireRelayWest?