Commit dd7ad785 authored by Chen Bill's avatar Chen Bill

update def

parent 4becfe8d
...@@ -143,8 +143,11 @@ end ...@@ -143,8 +143,11 @@ end
function Auxiliary.PuzzleOp(e,tp) function Auxiliary.PuzzleOp(e,tp)
Duel.SetLP(0,0) Duel.SetLP(0,0)
end end
--Duel.SelectOption with option condition ---Duel.SelectOption with option condition
--Return value starts from 1, different from Duel.SelectOption ---Return value starts from 1, different from Duel.SelectOption
---@param tp integer
---@param ... table {condition, option[, value]}
---@return integer|nil
function Auxiliary.SelectFromOptions(tp,...) function Auxiliary.SelectFromOptions(tp,...)
local options={...} local options={...}
local ops={} local ops={}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment