Difference between revisions of "Useful Scripts"

Jump to navigation Jump to search
1,411 bytes added ,  11:32, 7 March 2009
added FOSE script
imported>Cipscis
(Changed order of scripts, added →‎Forced Relative Orientation: (not sure about name))
imported>Illyism
(added FOSE script)
Line 1: Line 1:
= GECK =
==Light switch==
==Light switch==
Script Type:Object
Script Type:Object
Line 175: Line 177:
     ;if you used the above alternative, this segment removes the smoke effect from the character
     ;if you used the above alternative, this segment removes the smoke effect from the character
     RemoveSpell {smoke actor effect}
     RemoveSpell {smoke actor effect}
end
</pre>
= + [[Fallout Script Extender|FOSE]] =
== Terminals ==
Script Type: Object
;Script requires the [[Fallout Script Extender]].
<small>To be placed on a [[terminal]], it changes the usual "Robco" headers to your liking.</small>
<pre>
ScriptName TerminalChange
Short toggle
Float minitimer
Begin OnActivate
  Activate ;For people without FOSE, still works.
  con_setgamesetting sComputersHeader1 "GREAT ACADEMY OF VALHALLA"
  con_setgamesetting sComputersHeader2 "Republic of Valhalla"
  con_setgamesetting sHackingHeader "VALHALLA REPUBLIC TERMLINK PROTOCOL"
  con_setgamesetting shackingintro01 "WELCOME TO VALHALLA REPUBLIC TERMLINK"
  con_setgamesetting shackingintro06 "Initializing Valhalla Republic MF Boot Agent v2.1.9"
  con_setgamesetting shackingintro09 "Copyright 2156-2234 Academy of Valhalla"
end
begin gamemode
  ;On shutting down the terminal. Makes sure it doesn't show up on others.
  con_setgamesetting sComputersHeader1 "ROBCO INDUSTRIES UNIFIED OPERATING SYSTEM"
  con_setgamesetting sComputersHeader2 "COPYRIGHT 2075-2077 ROBCO INDUSTRIES "
  con_setgamesetting sHackingHeader "ROBCO INDUSTRIES (TM) TERMLINK PROTOCOL"
  con_setgamesetting shackingintro01 "WELCOME TO ROBCO INDUSTRIES (TM) TERMLINK"
  con_setgamesetting shackingintro06 "Initializing Robco Industries(TM) MF Boot Agent v2.3.0"
  con_setgamesetting shackingintro09 "Copyright 2201-2203 Robco Ind."
end
end


</pre>
</pre>
Anonymous user

Navigation menu