The thing I am stuck on actually.. is how on earth to do my menu's for this.. Okay, here is what I have:
A menu where the player can select from several options
An npc that checks for a player in an area
Now I need to be able to have the menu pop up when the player is in the area.. but the npc is not a weapon the player has or anything, the npc is just on the level.. how on earth would this be accomplished? I mean it's silly to put all the menu coding into the npc that checks the players postion.. plus the menu has lots of stuff like functions and timeout which would really screw up the npc that checks your position...
How would I call the menu script from the npc, and only load the menu for that one player?
triggeractions?