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)