kassianoaguiar Posted October 21, 2020 (edited) What to write in decorate so that a spear, which I created in a sprite, touches the player and is quickly killed? (the trap spines in sonic for example) 0 Share this post Link to post
0 ReX Posted October 21, 2020 59 minutes ago, kassianoaguiar said: What to write in decorate so that a spear, which I created in a sprite, touches the player and is quickly killed? (the trap spines in sonic for example) I assume you mean that the spear is "scenery" and not a weapon. You would need to set up a radius within which the player who comes close to the spear is damaged or killed (using a melee attack). 0 Share this post Link to post
0 kassianoaguiar Posted October 21, 2020 I found! ACTOR SPEAR 655 { //$Category "Obstacle" Radius 22 Height 30 Damage 1 States { Spawn: SPEA A 1 Bright A_Chase SPEA B 1 Bright A_explode (100000, 26) Loop } } I put many things grouped in a single room and the player summarily killed himself. great 0 Share this post Link to post
What to write in decorate so that a spear, which I created in a sprite, touches the player and is quickly killed?
(the trap spines in sonic for example)
Share this post
Link to post