Advertisement
MjnMixael

Untitled

Mar 16th, 2014
141
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.18 KB | None | 0 0
  1. #Conditional Hooks
  2. $Application: FS2_Open
  3.  
  4. $State: GS_STATE_GAME_PLAY
  5.  
  6. $On Key Pressed:
  7. [
  8. if hv.Key == "5" then
  9.  
  10. mn.SEXPVariables['keypress5'].Value = 1
  11.  
  12. end
  13. ]
  14.  
  15. #End
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement