Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- #Conditional Hooks
- $Application: FS2_Open
- $State: GS_STATE_GAME_PLAY
- $On Key Pressed:
- [
- if hv.Key == "5" then
- if mn.SEXPVariables['keypress5']:isValid() then
- mn.SEXPVariables['keypress5'].Value = 1
- end
- end
- ]
- #End
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement