aareyn Posted March 10, 2018 Share Posted March 10, 2018 Can someone explain as if you were talking to an idiot why its not detecting key presses ;-; Scriptname Mynewscript extends Quest Actor Property PlayerRef Auto Event OnInit() Debug.Notification("Looking for keys...") RegisterForKey(58) ;CapsLock EndEvent Event OnKeyDown(Int KeyCode) Debug.notification("A registered key has been pressed") If KeyCode == 58 Debug.notification("Caps lock is registered and has been pressed") EndIf EndEvent Link to comment Share on other sites More sharing options...
Recommended Posts