This just kill yourself with F12 so you can spawn to your normal place.
Code:
If you want to change the hotkey change after key_pressed the hotkey id.
Code:
Code:
{$VERSION 3.1.0027}
{$CLEO .cs}
thread 'Suicide'
:Respawn_01
wait 0
if
0AB0: key_pressed 123
else_jump @Respawn_01
0223: set_actor $PLAYER_ACTOR health_to 0
jump @Respawn_01
If you want to change the hotkey change after key_pressed the hotkey id.