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

9 lines
532 B
Lua
Raw Normal View History

2021-03-22 14:57:21 +01:00
return {
["actions"] = {
{"dialogBox", "", "Hi Big Blue. Let's test a bit the choice dialog.", "Rouge", ""},
{"optionBox", "", "What do you want ?", "Rouge", "", "Ring", "A health fruit", "Battling badnics", "optionFlag"},
{"dialogBox", "optionFlag:1", "Oooh, in need of cash ?", "Rouge", ""},
{"dialogBox", "optionFlag:2", "Did you failed your battle ? Well, you'll have to train more", "Rouge", ""},
{"dialogBox", "optionFlag:3", "Let's see if you can keep it up", "Rouge", ""},
}
}