Editing Useful Scripts

Jump to navigation Jump to search

Warning: You are not logged in. Your IP address will be publicly visible if you make any edits. If you log in or create an account, your edits will be attributed to your username, along with other benefits.

The edit can be undone. Please check the comparison below to verify that this is what you want to do, and then publish the changes below to finish undoing the edit.

Latest revision Your text
Line 423: Line 423:
Short activated
Short activated


Begin OnActivate player
Begin OnActivate
   set activated to 1
   set activated to 1
   Activate ;For people without FOSE, still works.
   Activate ;For people without FOSE, still works.
Line 432: Line 432:
   con_setgamesetting shackingintro06 "Initializing Valhalla Republic MF Boot Agent v2.1.9"
   con_setgamesetting shackingintro06 "Initializing Valhalla Republic MF Boot Agent v2.1.9"
   con_setgamesetting shackingintro09 "Copyright 2156-2234 Academy of Valhalla"
   con_setgamesetting shackingintro09 "Copyright 2156-2234 Academy of Valhalla"
End
end


Begin MenuMode
begin gamemode
   if activated == 1
   if activated
    set activated to 2
  endif
End
 
Begin GameMode
  if activated == 2
     set activated to 0
     set activated to 0
     ;On shutting down the terminal. Makes sure it doesn't show up on others.
     ;On shutting down the terminal. Makes sure it doesn't show up on others.
Line 451: Line 445:
     con_setgamesetting shackingintro09 "Copyright 2201-2203 Robco Ind."
     con_setgamesetting shackingintro09 "Copyright 2201-2203 Robco Ind."
   endif
   endif
End
end


</pre>
</pre>

Please note that all contributions to the Fallout3 GECK Wiki are considered to be released under the Creative Commons Attribution-ShareAlike (see GECK:Copyrights for details). If you do not want your writing to be edited mercilessly and redistributed at will, then do not submit it here.
You are also promising us that you wrote this yourself, or copied it from a public domain or similar free resource. Do not submit copyrighted work without permission!

Cancel Editing help (opens in new window)