Posts: 67
Threads: 13
Joined: Jul 2008
Reputation:
0
Is there something like the callback I gave you above? What I need is simply change the camera view when the player presses arrow down key. Thanks.
Posts: 1,167
Threads: 57
Joined: Jul 2010
Reputation:
0
GetPlayerMenu
if Menu == Your menu
get players keys
if keys == UP/DOWn set player camera
Posts: 67
Threads: 13
Joined: Jul 2008
Reputation:
0
Yeah, I thought of that, but if a player is on the top of the list and he presses UP, then I don't need the player camera to change.