newbiemodder Posted March 17, 2010 Share Posted March 17, 2010 Does anyone know the scripting function used when the PC downloads the area schematics from a computer panel which reveals the entire map and attached waypoints? Many thanks. EDIT: I think I found one...a_revealmap Link to comment Share on other sites More sharing options...
harIII Posted March 17, 2010 Share Posted March 17, 2010 I can't give you the syntax or the name of a script but if I were you I'd look at the dialog of a computer that has the option to download the area schematic, locate the script, and use that. I am 99% sure that the scripts are universal because I used it in K1. Link to comment Share on other sites More sharing options...
DarthStoney Posted March 18, 2010 Share Posted March 18, 2010 This is the basic one. void main() { RevealMap([0.0,0.0,0.0], (-1)); } Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.