You need to sign in or sign up before continuing.
Commit 6b4ad560 authored by nanahira's avatar nanahira

change seq

parent e05633d7
......@@ -121,6 +121,8 @@ function inititialize()
for p=0,1 do
Duel.Hint(MSG_HINT,p,HINTMSG_TOFIELD)
choices[p]=monsters[p]:Select(p,1,1,nil):GetFirst()
end
for p=1,0,-1 do
buffOptions[p]=Duel.SelectOption(p,table.unpack(AllHints))+1
end
for p=0,1 do
......
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