sonic-radiance/sonic-radiance.love/datas/gamedata/events/test/mighty.lua
2021-03-22 16:12:15 +01:00

6 lines
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", ""}
}
}