added numpad movement for vip
This commit is contained in:
@@ -82,4 +82,5 @@
|
||||
}
|
||||
#key {alt-shift-enter} {~@buffer link}
|
||||
#key {alt-f1} {decimalpick}
|
||||
#key {alt-n} {gagconfig}
|
||||
#key {alt-n} {gagconfig}
|
||||
#key {alt-enter} {#if {@numpadon="disabled"} {#var numpadon "enabled" ; #load {@scpath/numpad.set} ; #play {@sppath/general/misc/on.wav} @vol;#say {Numpad movement enabled.} VoiceOnly} {#var numpadon "disabled" ; #unload {@scpath/numpad.set} ; #play {@sppath/general/misc/off.wav} @vol;#say {Numpad movement disabled} VoiceOnly}}
|
||||
@@ -1,7 +1,7 @@
|
||||
;core variables
|
||||
#var clientversion 12
|
||||
#var clientversion 13
|
||||
#var loadtask {soundpack|keys|aliases|updator|misc|gagcreator|pathupdator}
|
||||
#var settings {rawpass|miscgags|shipgags|vehiclegags|activitygags|intromusic|vol|commandsinoutput|devmode|decchar}
|
||||
#var settings {rawpass|miscgags|shipgags|vehiclegags|activitygags|intromusic|vol|commandsinoutput|devmode|decchar|numpadon}
|
||||
#var speech "disabled"
|
||||
#if {%volume<100} {#pc 0 volume 100}
|
||||
;Initialising the script files
|
||||
@@ -27,3 +27,4 @@
|
||||
#if {@miscgags = "enabled"} {#load {gags/miscgags.set}}
|
||||
#if {@devmode="enabled"} {#load {@scpath/dev.set}}
|
||||
#if {%defined(decchar)=0 or %length(@decchar)<1} {#var decchar .}
|
||||
#If {@numpadon="enabled"} {#load @scpath/numpad.set}
|
||||
35
scripts/numpad.set
Normal file
35
scripts/numpad.set
Normal file
@@ -0,0 +1,35 @@
|
||||
#key {numpad1} {southwest} numpad
|
||||
#key {numpad2} {south} numpad
|
||||
#key {numpad3} {southeast} numpad
|
||||
#key {numpad4} {west} numpad
|
||||
#key {numpad5} {look} numpad
|
||||
#key {numpad6} {east} numpad
|
||||
#key {numpad7} {northwest} numpad
|
||||
#key numpad8 {north} numpad
|
||||
#key {numpad9} {northeast} numpad
|
||||
#key {numpad0} {exits} numpad
|
||||
#key {Control-NUMPAD1} {southwestup} numpad
|
||||
#key {Control-NUMPAD2} {southup} numpad
|
||||
#key {Control-NUMPAD3} {southeastup} numpad
|
||||
#key {Control-NUMPAD4} {westup} numpad
|
||||
#key {Control-NUMPAD6} {eastup} numpad
|
||||
#key {Control-NUMPAD7} {northwestup} numpad
|
||||
#key {Control-NUMPAD8} {northup} numpad
|
||||
#key {Control-NUMPAD9} {northeastup} numpad
|
||||
#key {Control-Alt-NUMPAD1} {southwestdown} numpad
|
||||
#key {Control-Alt-NUMPAD2} {southdown} numpad
|
||||
#key {Control-Alt-NUMPAD3} {southeastdown} numpad
|
||||
#key {Control-Alt-NUMPAD4} {westdown} numpad
|
||||
#Key {Control-Alt-NUMPAD5} {go} numpad
|
||||
#key {Control-Alt-NUMPAD6} {eastdown} numpad
|
||||
#key {Control-Alt-NUMPAD7} {northwestdown} numpad
|
||||
#key {Control-Alt-NUMPAD8} {northdown} numpad
|
||||
#key {Control-Alt-NUMPAD9} {northeastdown} numpad
|
||||
#key {NUMPAD*} {in} numpad
|
||||
#key {Control-NUMPAD*} {out} numpad
|
||||
#Key {NUMPADDASH} {up} numpad
|
||||
#Key {NUMPADPLUS} {down} numpad
|
||||
#Key {Control-NUMPADDASH} {upstairs} numpad
|
||||
#Key {Control-NUMPADPLUS} {downstairs} numpad
|
||||
#Key {Control-Alt-NUMPADDASH} {climbup} numpad
|
||||
#Key {Control-Alt-NUMPADPLUS} {climbdown} numpad
|
||||
Reference in New Issue
Block a user