Difference between revisions of "Talk:Useful Scripts"
Jump to navigation
Jump to search
imported>Cipscis |
imported>Illyism m (deleted example) |
||
Line 2: | Line 2: | ||
Should we include [[Fallout Script Extender|FOSE]] scripts? --[[User:Illyism|Illyism]] 14:23, 24 February 2009 (UTC) | Should we include [[Fallout Script Extender|FOSE]] scripts? --[[User:Illyism|Illyism]] 14:23, 24 February 2009 (UTC) | ||
:So long as it's made clear that the script requires FOSE, I don't see any problem with using them here. Looking at the script below, I think that changing the GMSTs while in MenuMode 1057 could potentially cause problems. Specifically, if a scripted terminal is placed near enough to a regular terminal that its script will be running while the regular terminal is Activated, the GMSTs will still be changed.<br />Perhaps a triggerbox could be used instead, so that the GMSTs are changed to and from their default values in [[OnTriggerEnter]] and [[OnTriggerLeave]] blocks.<br />Once FOSE makes string variables available, this script should be updated to store the original values and restore them, otherwise it will overwrite any other changes that have been made to the relevant GMSTs.<br />-- [[User:Cipscis|Cipscis]] 21:04, 24 February 2009 (UTC) | :So long as it's made clear that the script requires FOSE, I don't see any problem with using them here. Looking at the script below, I think that changing the GMSTs while in MenuMode 1057 could potentially cause problems. Specifically, if a scripted terminal is placed near enough to a regular terminal that its script will be running while the regular terminal is Activated, the GMSTs will still be changed.<br />Perhaps a triggerbox could be used instead, so that the GMSTs are changed to and from their default values in [[OnTriggerEnter]] and [[OnTriggerLeave]] blocks.<br />Once FOSE makes string variables available, this script should be updated to store the original values and restore them, otherwise it will overwrite any other changes that have been made to the relevant GMSTs.<br />-- [[User:Cipscis|Cipscis]] 21:04, 24 February 2009 (UTC) | ||
Revision as of 10:34, 7 March 2009
FOSE Scripts
Should we include FOSE scripts? --Illyism 14:23, 24 February 2009 (UTC)
- So long as it's made clear that the script requires FOSE, I don't see any problem with using them here. Looking at the script below, I think that changing the GMSTs while in MenuMode 1057 could potentially cause problems. Specifically, if a scripted terminal is placed near enough to a regular terminal that its script will be running while the regular terminal is Activated, the GMSTs will still be changed.
Perhaps a triggerbox could be used instead, so that the GMSTs are changed to and from their default values in OnTriggerEnter and OnTriggerLeave blocks.
Once FOSE makes string variables available, this script should be updated to store the original values and restore them, otherwise it will overwrite any other changes that have been made to the relevant GMSTs.
-- Cipscis 21:04, 24 February 2009 (UTC)