I need help on a game

Hello,
I need help on a game. It’s called “Hordes of the Undead”, a game where, as the name suggests, hordes of the undead come from the forest. The goal for the players is to destroy the undead crystal. Every minute, more undead monsters come from the forest. If the undead destroy your crystal, then the players lose.
Right now, I need help on the zombie spawning, and some other things…

1 Like

that sounds like a tower defence game

1 Like

Pretty much, except that the undead can kill the players.

1 Like

wait a sec i need to think that over so i can make a script for it

1 Like

nah i was just looking for a better profile image lol

1 Like

Here’s the script I’m using for the first wave:
Trigger: every second
if (variable which equals 0) = 0
then do:
set (variable which equals 0) as 1
repeat the below actions 15 times:
do: create skeleton for (skeleton) at random position in (random position in undead spawn) facing 0 radians.

1 Like

ok done I figured out how to do it it’s actually simple for once
Trigger: Enters sensor
Then do: if owner if triggering unit is hostile to the owner of the sensor
Then do: Make owner of sensor use item currently held by owner of last triggering sensor

1 Like

but to make it work at a constant rate ill need to change it wait ok
i found a better way make an invisible item called attack trigger then do this

1 Like

I need help making a “game state,” basically if someone joins during the “game state”, then they would be a ghost until the next game.

1 Like

very simple ill show you the one i used in mech wars

1 Like

Screenshot 2022-01-11 1.28.49 PM




1 Like

Screenshot 2022-01-11 1.29.02 PM
Screenshot 2022-01-11 1.28.55 PM

1 Like

Wow that’s complicated…
Thanks.

Uh is your profile picture?

same thing as before but robot form and colored

ok, it looks… somewhat interesting.