vn/data/character.vns

12 lines
206 B
Plaintext
Raw Normal View History

2023-09-13 04:42:11 +00:00
proc main
{
2023-10-04 17:21:15 +00:00
"One line test";
@arthur(normal) "Welcome to this fine estate!";
@arthur(happy) "I am pleased to see you.";
"An inbetweener if you were";
@arthur(none);
2023-09-13 04:42:11 +00:00
jump main; // return to start
}