{$CLEO .cs}
//-------------MAIN---------------
thread'ANTISTUNSHOT'
0662: NOP "XZYTRO SAYS HI"
0662: NOP "XZYTRO SAYS HI"
:MAIN
wait0
ifand
0256: player $PLAYER_CHAR defined
0AB0: key_pressed 113
else_jump @MAIN
wait0
0946: set_actor $PLAYER_ACTORactions_uninterupted_by_weapon_fire 1
0ACD: show_text_highpriority "ACTIVATED" time 1200
:DEACTIVATION
wait0
if
0AB0: key_pressed 114
else_jump @DEACTIVATION
wait0
0946: set_actor $PLAYER_ACTOR actions_uninterupted_by_weapon_fire 0
0ACD: show_text_highpriority "DEACTIVATED" time 1200
jump @MAIN