Scriptname MyQuest Extends Quest Event OnInit() RegisterForKey(17) EndEvent Event OnKeyDown(Int aiKeyCode) Debug.Notification("Wキーが押されました") EndEvent