sonic-radiance/sonic-radiance.love/datas/gamedata/events/test/mighty.lua

6 lines
212 B
Lua
Raw Normal View History

2021-03-22 16:12:15 +01:00
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", ""}
}
}