[Solved] Skin Glitch or idk

how to fix the glitch that when a player buy a skin and the infection starts the player that changed the skin start losting points like a zombie

2 Likes


this is the script that i made

2 Likes

Use this:

( If owner of (( triggering unit != Human))

 Then do: ( assign (( owner of triggering unit to Zombie))
2 Likes

hfdBH
Like this?

2 Likes

You’re correct. Just remove the "for all units in ( all units owned by ( triggering player))

2 Likes

Captura de tela 2023-02-20 171303
done?

2 Likes

Dont remove the “change trigger’s unit type to unit type of last purchased”. Its essentislly important.

Oh and add "assign ( owner of ( triggering unit)) to Human right below "assign ( owner of ( triggering unit))

2 Likes

Put it to" Else do:"

2 Likes


here

3 Likes

That’s correct. You’re done here.

3 Likes

ty man u helped me so much with this thing

3 Likes