View Single Post
  #19  
08-07-2002, 05:28 AM
I-Are-A-Slog's Avatar
I-Are-A-Slog
Chippunk
 
: Aug 2002
: 27
Rep Power: 0
I-Are-A-Slog  (10)
hmmm

Well ok - FPS, Racing, etc - *BZZZ* that. But yes, customizable level versions would be cool. And as for custom creatures, they should make a programming language. This is what a small portion of paramite code may look like:

:
[Test] (*AbeChanting* AND *AbeOnScreen (Screen "SELF")*)
 (True)
 {
 [Test] (*Gamespeaking "SELF"*)
  (False)
  {[Gamespeak "STAY"]}
  (True)
  {[GamespeakSequence "PAUSE"]}
  [End "TEST"]
 (False)
 }
 [Test] (*PausedSequence*)
  (True)
  {[GamespeakSequence "UNPAUSE"]}
 [End "TEST"]
 }
[End "TEST"]
That's the bit to keep going "STAY! STAY! STAY!" while Abe is chanting and on the same screen as the paramite. Replace the *'s with the brackets that look like rotated V's and are placed around HTML tags(this stupid, dumb board doesn't let you use those in messages, it thinks you're using html tags)

Last edited by I-Are-A-Slog; 08-06-2002 at 09:35 PM..
Reply With Quote