vn/data/character.vns

6 lines
97 B
Plaintext
Raw Normal View History

2023-09-13 04:42:11 +00:00
proc main
{
@arthur(greeting) "Welcome to this fine estate!";
jump main; // return to start
}