jcscrogs Posted December 25, 2010 Share Posted December 25, 2010 Ok, I was just playing Fallout New Vegas, and was searching through a building (REPCONN Research Labs), and was thinking wouldn't it be cool if when you walked into a room you have a menu pop us showing all items in that room/area without having to search tediously through every nook and cranny in the game (have the menu pop up like a normal chest/storage container where you can automatically decide what you want to keep or not). Technically this suggestion could pertain to all games of this genre, but would help (in my opinion) to make the game "flow" better. Also, (they might have this already) but a good Local Map for buildings showing where you've been and where you still have to explore. Link to comment Share on other sites More sharing options...
falloutperson416 Posted December 25, 2010 Share Posted December 25, 2010 You would have to first find what's in the room, and then creat a message box with the list of items. Then you would need to wite a script (See script below) to make the message box appear. You would also need a scripted trigger to acivate the message script that activates the message box itself. The script that activates a message box is: SCN EditorID short PlayerTravelfloat Timer BEGIN OnTriggerEnter if ( IsActionRef == 1) Show Message EditorID endif END The line "EditorID" that appears in line 1 and 8 means the unique ID of the script and the message. I would do it myself, but I'm already booked with the mod I'm working on. Hope this helps :) Link to comment Share on other sites More sharing options...
jcscrogs Posted December 29, 2010 Author Share Posted December 29, 2010 Thanks for the response, sorry for the delay in mine, I would do it myself, but I don't have the time - I have trouble making enough time to just play, lol. Link to comment Share on other sites More sharing options...
DarkHoly1234 Posted December 29, 2010 Share Posted December 29, 2010 I would have to ask you (not to bump this thread or make an insult so don't ban me admins) the title of this thread is similiar to mine. Title rip-off? Anyway, your idea is good. I find it troublesome to search through the metal boxes just to find a SINGLE purified water! Link to comment Share on other sites More sharing options...
jcscrogs Posted December 30, 2010 Author Share Posted December 30, 2010 Lol, title rip-off, no, I promise just pure coincidence... Link to comment Share on other sites More sharing options...
Recommended Posts