28 lines
458 B
Plaintext
28 lines
458 B
Plaintext
[default:char]
|
|
// The default stats for all characters.
|
|
money = 0
|
|
|
|
[Ryan:char]
|
|
age = 21
|
|
money = 1000
|
|
// Inside a character block this syntax defines animation/image file for an emotion
|
|
calm: "./path/to/file"
|
|
excited: "./path/to/file"
|
|
|
|
[step:function(a,b,c)]
|
|
"Testing..."
|
|
d = (100 + b) / c
|
|
e = "somestring"
|
|
e = nil
|
|
g = false
|
|
return d
|
|
|
|
[inventory:env]
|
|
slot1 = ""
|
|
slot2 = ""
|
|
slot3 = ""
|
|
slot4 = ""
|
|
slot5 = ""
|
|
slot6 = ""
|
|
slot7 = ""
|
|
slot8 = "" |