Blue Shadow
Junior Member
Posts: 144
Registered: 09-12 |
Pure Hellspawn said:
I want a textbox to appear just like the one where you go to player setup and name your player. is there anyway that is possible?
I don't think what you're specifically after is achievable...
ZDoom wiki, on GetPlayerInput, wrote:
Note that this function does not read the player's input devices directly. Instead, it will only report information about which binds the player is using. For example, you cannot check to see if the player is pressing “W”, but you can check to see if they are using +forward. This design is intended to prevent abuse, as well as making the function more adaptable (since here the player can freely rebind +forward and still have the script work for them).
With that said, you can go for what Kappes Buur had linked above, or, if you want something on-screen, you can try this keypad that I made about a year and a half ago (its code could use updating, but it still works).
You also might be interested in this.
|