I would like help with my game please!

I was planning on a game in which you fight others to gain cash, and at random intervals a pop up would appear and say pay up, please pay $(random amount) and if they can’t pay it then they become a spectator and the last one playing/ standing wins. I also want to know how to make it so when a player is knocked out they become a spectator. Thanks in advance!

Lifecycle (player knocked out) and team switcher. Wire them together [event occurs to switch teams]. Tesm switcher set to sprctate

1 Like

Thanks a lot! Do to have any idea how to do the part with the popup?

1 Like

Yes i can. Gimme a few minutes bc im busy

1 Like

Use a randomizer to set a property to a value of money in the popup blocks. Make a call to action for the popup called Pay Your Taxes (jk js do whatever lol). Have an IIM that updates a different property. The IIM tracks the players cash. Make sure both properties are player scoped! When the first call to action is clicked, trigger a trigger with block code. The block code will check if the 2 properties (amount to pay and player cash amount) are equal. If they are equal broadcast on channel safe. Else, broadcast on channel spectate. Get a team switcher set to spectators and make it receive on channel spectate. I cant put blocks bc im on mobile.

3 Likes

Thx so much! I’m working on a thumbnail so I will try tomorrow to see this works for me

1 Like

@Kosm0-o could you post pictures? I personally think that it’s easier with pictures.

1 Like

Not for a week. Im on a vacay

2 Likes