I need ONE BLOCK!

I need to save 1 block of code. This is in a notification device. The idea behind this block is to handle 3 separate actions when a player is chosen at random. When the action is 1, it is used to create a diversion. When the action is 2 (the last else statement) it just needs to broadcast on a channel. For both 1 and 2, if a certain player is picked, the action does not go through and another player is selected. The third action is used to mix up everyones scores and ends when all players scores have been changed. All I need is 1 block so I can make the 2nd action work.

3 Likes

Try this code: If (Player) Is Not (Restricted Player) Do (Broadcast on Channel)
if it does not work, can you explain more about what action 1 and 3 do.

7 Likes

Sometimes all you need is a fresh pair of eyes!

6 Likes

This topic was automatically closed 3 hours after the last reply. New replies are no longer allowed.