Guest User

Untitled

a guest
May 25th, 2018
89
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.51 KB | None | 0 0
  1. Module modUserOptions
  2. 'The job of this module is to give the game owner options in order to control all game aspects.
  3.  
  4. 'Intro
  5. Public Const IntroType As Integer = 2
  6. '0 = images in Graphics/Gui/Intro folder, shows images in order of number.
  7. '1 = shows a video in .avi format, must be named Intro.avi, also placed in Graphics/Gui/Intro Folder
  8. '* if you are using a video, it is recommended that you have the END of the video fade to black!
  9. '2 = No Intro, goes straight to menu
  10.  
  11. End Module
Add Comment
Please, Sign In to add comment