well
on start of layout → set Global_Var to 1
on "W" pressed → set Global_Var to 2
----------------------------------
now add this to your on player collides with enemy event
While Global_Var == 2 & On player collides with enemy → (your actions)
----------------------------------
this should work
tell me if it doesnt
Radkampfwagen