Downloading the demos will give you access to all of the pertinent script files which can be used as examples.
The first demo to download.
Took just a couple of minutes to put together.
The sandwich conversation. 15.3 MB
Setup File:
:rpg_setup_chattextstyle:rpg_char_fontname=verdana,rpg_char_fontsize=22,rpg_char_fontbold=1,rpg_char_usergb=1,rpg_char_fontbackcolor_red=64,rpg_char_fontbackcolor_green=64,rpg_char_fontbackcolor_blue=128,rpg_char_fontcolor_red=255,rpg_char_fontcolor_green=255,rpg_char_fontcolor_blue=255
:rpg_start_charlist:rpg_numbercharacters=8
:rpg_newcharacter:rpg_char_name=thug,rpg_char_chatnumber=1,rpg_char_text=What kind of cheese sandwich do you like? Ham and cheese or grilled cheese?,rpg_char_chattype=2
:rpg_newcharacter:rpg_char_name=thug,rpg_char_chatnumber=2,rpg_char_text=So~ you like ham and cheese? I prefer grilled cheese myself. Would you like a ham and cheese sandwich?,rpg_char_chattype=1
:rpg_newcharacter:rpg_char_name=thug,rpg_char_chatnumber=3,rpg_char_text=Yeah! That's the sandwich I like! Would you like one?,rpg_char_chattype=1
:rpg_newcharacter:rpg_char_name=thug,rpg_char_chatnumber=4,rpg_char_text=So you don't like either one of those sandwiches?,rpg_char_chattype=1
:rpg_newcharacter:rpg_char_name=thug,rpg_char_chatnumber=5,rpg_char_text=Well~ which one then?,rpg_char_chattype=2
:rpg_newcharacter:rpg_char_name=thug,rpg_char_chatnumber=6,rpg_char_text=OK~ a ham and cheese it is!,rpg_char_chattype=1
:rpg_newcharacter:rpg_char_name=thug,rpg_char_chatnumber=7,rpg_char_text=OK~ a grilled cheese it is!,rpg_char_chattype=1
:rpg_newcharacter:rpg_char_name=thug,rpg_char_chatnumber=8,rpg_char_text=Well~ that's too bad then. They're all I have!,rpg_char_chattype=1
:rpg_newcharacter:rpg_char_name=thug,rpg_char_chatnumber=9,rpg_char_text=OK then~ we'll see ya later,rpg_char_chattype=1
:rpg_end_charlist:none
:rpg_start_playerinputlist:rpg_numberplayerinput=2
:rpg_newplayerinput:rpg_playerinput_numberseq=1,rpg_playerinput_chatnumber=1|5,rpg_playerinput_keywords=grilled-cheese,rpg_playerinput_totalnumbercanmatch=2
:rpg_newplayerinput:rpg_playerinput_numberseq=2,rpg_playerinput_chatnumber=1|5,rpg_playerinput_keywords=ham-cheese,rpg_playerinput_totalnumbercanmatch=2,rpg_playerinput_minimumnumbercanmatch=2,rpg_playerinput_keywordsmustmatch=ham-cheese
:rpg_end_playerinputlist:none
Script:
;Artificial Intelligence Script
;Header
desc = conversation with character about sandwiches
;Triggers
:state=0,plrdistwithin=50:state=1
:state=1:rpg_talkbox=1,state=2
;grilled cheese
:state=2,rpg_playerinputnumberequals=1:rpg_talkbox=3 1,state=5
;ham and cheese
:state=2,rpg_playerinputnumberequals=2:rpg_talkbox=2 1,state=7
;another preference
:state=2:rpg_talkbox=4 1,state=3
;another preference
:state=3,rpg_yesresult:state=15
:state=3,rpg_noresult:state=20
:state=3:state=22
;grilled cheese choice
:state=5,rpg_yesresult:state=10
:state=5,rpg_noresult:state=12
:state=5,rpg_noanswer:state=12
;ham and cheese choice
:state=7,rpg_yesresult:state=11
:state=7,rpg_noresult:state=12
:state=7,rpg_noanswer:state=12
:state=20:rpg_delay=200,rpg_talkbox=5,state=2
;grilled cheese it is
:state=10:rpg_talkbox=7,state=100
;ham and cheese it is
:state=11:rpg_talkbox=6,state=100
;see ya later
:state=12:rpg_talkbox=9,state=100
:state=15:rpg_talkbox=8,state=100
:state=100,plrdistfurther=50:state=0
;End of Script
Demo #2 50 MB
BTW, to exit the category icon menu or the inventory icon list press the "X" key. You know, Xit.
Demo #3 - 80 MB
Demo #4 - Immediate Objective Demo - 17 MB
Demo #5b - Quest - New and improved. Now contains real cheddar cheese! = 56 MB
Demo #6 - Multilevel game following a non-sequential pattern. = 123 MB
TIPS for Demo #6.
There is a weapon to your left when you enter level 5. You will have gun fire right away. A crate which has fallen forward will more than likely protect you while you get your weapon.
To your right as you enter the level is a room that has ammo and which will provide cover while you decide on your strategy.
You must take out the enemy and then place bio-bombs strategically around the crates and then explode them safely from within the room using the switches. There will be a fourth bio-bomb to use after the initial 3 are detonated. Use that one if there are any stragglers. However, you must explode it regardless to unlock the switch on the other side of the room. This will allow you to escape through the door and complete the game.