sonic-bluestreak/sonic-bluestreak.love/datas/gamedata/events/test/mighty.lua
2021-11-25 10:52:26 +01:00

7 lines
313 B
Lua

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", ""},
{"dialogBox", "haveMoney:ge:300", "Wow you're rich !", "Mighty", ""}
}
}