Commit ba0f56d5 authored by wind2009's avatar wind2009

Update StringId

parent 3378e60e
No preview for this file type
...@@ -60,8 +60,8 @@ function s.spop(e,tp,eg,ep,ev,re,r,rp) ...@@ -60,8 +60,8 @@ function s.spop(e,tp,eg,ep,ev,re,r,rp)
and Duel.GetLocationCount(tp,LOCATION_MZONE)>0 and c:IsCanBeSpecialSummoned(e,0,tp,false,false,POS_FACEUP)) and Duel.GetLocationCount(tp,LOCATION_MZONE)>0 and c:IsCanBeSpecialSummoned(e,0,tp,false,false,POS_FACEUP))
local b2=Duel.GetLocationCount(1-tp,LOCATION_MZONE)>0 and c:IsCanBeSpecialSummoned(e,0,tp,false,false,POS_FACEDOWN_DEFENSE,1-tp) local b2=Duel.GetLocationCount(1-tp,LOCATION_MZONE)>0 and c:IsCanBeSpecialSummoned(e,0,tp,false,false,POS_FACEDOWN_DEFENSE,1-tp)
local toplayer=aux.SelectFromOptions(tp, local toplayer=aux.SelectFromOptions(tp,
{b1,aux.Stringid(id,3),tp}, {b1,aux.Stringid(id,2),tp},
{b2,aux.Stringid(id,4),1-tp}) {b2,aux.Stringid(id,3),1-tp})
if toplayer==tp then if toplayer==tp then
Duel.SpecialSummon(c,0,tp,toplayer,false,false,POS_FACEUP) Duel.SpecialSummon(c,0,tp,toplayer,false,false,POS_FACEUP)
elseif toplayer==1-tp then elseif toplayer==1-tp then
......
...@@ -61,8 +61,8 @@ function s.spop(e,tp,eg,ep,ev,re,r,rp) ...@@ -61,8 +61,8 @@ function s.spop(e,tp,eg,ep,ev,re,r,rp)
and Duel.GetLocationCount(tp,LOCATION_MZONE)>0 and c:IsCanBeSpecialSummoned(e,0,tp,false,false,POS_FACEUP)) and Duel.GetLocationCount(tp,LOCATION_MZONE)>0 and c:IsCanBeSpecialSummoned(e,0,tp,false,false,POS_FACEUP))
local b2=Duel.GetLocationCount(1-tp,LOCATION_MZONE)>0 and c:IsCanBeSpecialSummoned(e,0,tp,false,false,POS_FACEDOWN_DEFENSE,1-tp) local b2=Duel.GetLocationCount(1-tp,LOCATION_MZONE)>0 and c:IsCanBeSpecialSummoned(e,0,tp,false,false,POS_FACEDOWN_DEFENSE,1-tp)
local toplayer=aux.SelectFromOptions(tp, local toplayer=aux.SelectFromOptions(tp,
{b1,aux.Stringid(id,3),tp}, {b1,aux.Stringid(id,2),tp},
{b2,aux.Stringid(id,4),1-tp}) {b2,aux.Stringid(id,3),1-tp})
if toplayer==tp then if toplayer==tp then
Duel.SpecialSummon(c,0,tp,toplayer,false,false,POS_FACEUP) Duel.SpecialSummon(c,0,tp,toplayer,false,false,POS_FACEUP)
elseif toplayer==1-tp then elseif toplayer==1-tp then
......
...@@ -62,8 +62,8 @@ function s.spop(e,tp,eg,ep,ev,re,r,rp) ...@@ -62,8 +62,8 @@ function s.spop(e,tp,eg,ep,ev,re,r,rp)
and Duel.GetLocationCount(tp,LOCATION_MZONE)>0 and c:IsCanBeSpecialSummoned(e,0,tp,false,false,POS_FACEUP)) and Duel.GetLocationCount(tp,LOCATION_MZONE)>0 and c:IsCanBeSpecialSummoned(e,0,tp,false,false,POS_FACEUP))
local b2=Duel.GetLocationCount(1-tp,LOCATION_MZONE)>0 and c:IsCanBeSpecialSummoned(e,0,tp,false,false,POS_FACEDOWN_DEFENSE,1-tp) local b2=Duel.GetLocationCount(1-tp,LOCATION_MZONE)>0 and c:IsCanBeSpecialSummoned(e,0,tp,false,false,POS_FACEDOWN_DEFENSE,1-tp)
local toplayer=aux.SelectFromOptions(tp, local toplayer=aux.SelectFromOptions(tp,
{b1,aux.Stringid(id,3),tp}, {b1,aux.Stringid(id,2),tp},
{b2,aux.Stringid(id,4),1-tp}) {b2,aux.Stringid(id,3),1-tp})
if toplayer==tp then if toplayer==tp then
Duel.SpecialSummon(c,0,tp,toplayer,false,false,POS_FACEUP) Duel.SpecialSummon(c,0,tp,toplayer,false,false,POS_FACEUP)
elseif toplayer==1-tp then elseif toplayer==1-tp then
......
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