init: image bg krnstudio = "krnstudio.jpg" # And this is the character art we use in the demo. image keichii happy = "keichii_happy.png" image keichii vhappy = "keichii_vhappy.png" image keichii concerned = "keichii_concerned.png" image keichii disappointed = "keichii_disappointed.png" # Now, we declare the characters. $ k = Character('Keiichi-san', color="#ff0000") label start: show keiichi happy k "Oh yeah, I was curious if you would mind writing a code snippit for me, since your a better phpBB hacker then I am, and understand it better then I do currently." jump help_keiichi_menu label help_keiichi_menu: menu: k "I was curious if you would mind writing a code snippit for me?" "Sure.": jump help_keiichi_yes "I don't really want to, but sure...": jump help_keiichi_indifferent "I don't want to help you.": jump help_keiichi_no label help_keiichi_yes: show keiichi vhappy k "That's cool. Thanks!" "I wonder what kind of code he needs? I decided to ask" k "I'm wanting to add something to the phpBB login procedure to keep a log of who logs in with what address, so the points system won't have tons of gaps due to the lag on the server side in processing." k "I've got the table built... it should be easy to do for someone who knows phpBB fairly well." k "Unfortunatly, that person is not me.. and would take quite a bit of research to do... which you've probally already done or know pretty well.. or so I assume from the phpBB mods you built. jump good_end label help_keiichi_indifferent: show keiichi concerened k "Well, you don't have to if you don't want to.." "It seems Keiichi-san is a bit upset with my answer, maybe I should just tell him Yes or No..." label help_keiichi_no: show keiichi disappointed k "Oh, alright." "I seemed to have upset Keiichi-san, I think it is best if I go now..." jump bad_end label good_end: "Good ending!" label bad_end: "Bad ending!"