crazydave Posted February 27, 2007 Share Posted February 27, 2007 I need some quick help with a script. This is a two part question. First what is the command that will output a menue with ten choices, and secondly how do I say if X is selected? Link to comment Share on other sites More sharing options...
Vagrant0 Posted February 27, 2007 Share Posted February 27, 2007 I need some quick help with a script. This is a two part question. First what is the command that will output a menue with ten choices, and secondly how do I say if X is selected?http://cs.elderscrolls.com/constwiki/index.php/MessageBox You need to put the message box portion within a block that will only be activated once (IE scripteffectstart, onactivate, onequip, onunequip, ect) and the part that detects for the choices within a block that is constantly running, You'll have to use some extra variables to make it so that things only run once per cycle. There isn't any real easy way to explain it. Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.