Greetings, can anyone tell me how can I take my config menu popped up by key pressing? I have a key-press script (one at wiki), but how can I know my page link? For example, I want my page open by N key. Sorry for bad english , best regards!
This is default script on wiki:
Event OnUpdate()If bIsHotkeyPressed != Input.IsKeyPressed(iHotkey)bIsHotkeyPressed = !bIsHotkeyPressedIf bIsHotkeyPressedDebug.Trace("Do something.")EndIfEndIfRegisterForSingleUpdate(0.25)EndEvent