#See who kills someone

9 messages · Page 1 of 1 (latest)

mental ocean
#

not possible without custom combat

drifting ether
#

Oh ok good to know

#

Saw that future Military is using that

indigo galleon
#

In the player definition board there’s an event projectile hit player

#

Set a player var to the person who shot if the player is dead

#

And set a bool var to false

#

Only set the player var if the bool is false so ppl can’t shoot them a bunch and count as kills

#

Set the bool to true when they respawn

drifting ether
#

Thx