Replaced hs_*.int scripts in example mods with normal global scripts with register_hook.

(cherry picked from commit e7e286013f)
This commit is contained in:
NovaRain
2017-07-06 21:04:51 +08:00
parent a93ad5a9ba
commit 32dbe5581d
8 changed files with 35 additions and 29 deletions
@@ -2,8 +2,8 @@
----------------------------------------
- makes pressing the semicolon key send an uppercase A after a semicolon.
- the uppercase A (shift + A if Caps Lock is off) is the built-in hotkey for the TAKE ALL button on the loot screen.
- Note: the uppercase A (shift + A if Caps Lock is off) is the built-in hotkey for the TAKE ALL button on the loot screen.
To use, copy hs_keypress.int file to your scripts folder.
To use, copy *.int file to your scripts folder.
This mod is a simple example of how you can use HOOK_KEYPRESS hooks.