16 lines
444 B
Lua
16 lines
444 B
Lua
return {
|
|
["wait"] = {"duration"},
|
|
["simpleMessage"] = {"message"},
|
|
["dialogBox"] = {"message"},
|
|
--[name] = {args...},
|
|
}
|
|
|
|
-- The "origin" argument can have the different values
|
|
-- - "target" : the action target. if there is multiple target, it'll
|
|
-- be equal to the middle of the ennemy line
|
|
--
|
|
-- - "self" : the fighter's actor position
|
|
--
|
|
-- - "start" : the fighter's starting position
|
|
--
|
|
-- - "absolute" : the 0,0 coordinates
|