vn/data/proc_test.vns

10 lines
168 B
Plaintext
Raw Normal View History

2024-01-20 11:18:57 +00:00
proc main
$ "yooooooooooooo"
call proc_set("stuff")
end
proc stuff
$("Arthur", ArthurNormal) "Hi! I'm Arthur!"
call ctr_remove("Arthur")
call proc_set("main")
end