33 lines
1.4 KiB
Plaintext
33 lines
1.4 KiB
Plaintext
|
proc main
|
||
|
//call text_append("hello, line, paint, color, design, address, brightness")
|
||
|
//wait
|
||
|
//call text_clear()
|
||
|
|
||
|
//call ctr_set("Arthur", 5)
|
||
|
//call ctr_set_talking("Arthur")
|
||
|
|
||
|
//call text_append("hello, line, paint, color, design, address, iida")
|
||
|
//wait
|
||
|
//call text_clear()
|
||
|
|
||
|
//call ctr_remove("Arthur")
|
||
|
|
||
|
$ "There was something stange with the setting. Something hanging in the air that you couldn't quite explain."
|
||
|
$ "Your insticts told you to run away, burn it with fire, and assert that it would never see the light of day ever again."
|
||
|
$ "Still it beckoned you..."
|
||
|
$("Arthur", ArthurNormal) "WOAH! Easy there buddy!"
|
||
|
$("Arthur", ArthurHappy) "Wouldn't want you sticking your nose were it don't belong now do we?"
|
||
|
|
||
|
$ "Arthur was his usual friendly self, but something about his tone startled me. It was almost as if he explicily wanted me to know he was hiding something, simply by his mannerisms alone."
|
||
|
|
||
|
$("Arthur") "How about we just forget this ever happened, okay? Look, I'll get you a beer if you just head over to the bar. Tell the bartender I sent you, alright sport?"
|
||
|
|
||
|
call ctr_remove("Arthur")
|
||
|
|
||
|
$ "Without thinking, I started moving towards the bar."
|
||
|
$ "Not necissarily because I wanted what he offered. Or atleast not the beer."
|
||
|
$ "But the idea of just forgetting what I saw. That THING, whatever it was..."
|
||
|
$ "That alone was enticing enough."
|
||
|
|
||
|
call proc_set("main")
|
||
|
end
|