6 lines
No EOL
212 B
Lua
6 lines
No EOL
212 B
Lua
return {
|
|
["actions"] = {
|
|
{"dialogBox", "haveMoney:lt:300", "You seem to be a bit short on money...", "Mighty", ""},
|
|
{"dialogBox", "haveMoney:ge:300", "Wow you're rich !", "Mighty", ""}
|
|
}
|
|
} |