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

7 lines
313 B
Lua
Raw Normal View History

2021-03-22 16:12:15 +01:00
return {
["actions"] = {
{"dialogBox", "haveMoney:eq:0", "You don't have any rings !", "Mighty", ""},
{"dialogBox", {"haveMoney:lt:300", "haveMoney:gt:0"}, "You seems to only have a few rings", "Mighty", ""},
2021-03-22 16:12:15 +01:00
{"dialogBox", "haveMoney:ge:300", "Wow you're rich !", "Mighty", ""}
}
}