Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Y
ygopro-2pick
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Packages
Packages
Container Registry
Analytics
Analytics
CI / CD
Code Review
Insights
Issues
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
MyCard
ygopro-2pick
Commits
c476e601
Commit
c476e601
authored
Mar 20, 2015
by
VanillaSalt
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix
parent
c7bfaa22
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
0 deletions
+10
-0
script/c40044918.lua
script/c40044918.lua
+4
-0
script/c81587028.lua
script/c81587028.lua
+6
-0
No files found.
script/c40044918.lua
View file @
c476e601
...
...
@@ -37,6 +37,10 @@ function c40044918.tg(e,tp,eg,ep,ev,re,r,rp,chk)
if
sel
==
3
then
Duel
.
Hint
(
HINT_SELECTMSG
,
tp
,
aux
.
Stringid
(
40044918
,
0
))
sel
=
Duel
.
SelectOption
(
tp
,
aux
.
Stringid
(
40044918
,
1
),
aux
.
Stringid
(
40044918
,
2
))
+
1
elseif
sel
==
1
then
Duel
.
SelectOption
(
tp
,
aux
.
Stringid
(
40044918
,
1
))
else
Duel
.
SelectOption
(
tp
,
aux
.
Stringid
(
40044918
,
2
))
end
e
:
SetLabel
(
sel
)
if
sel
==
1
then
...
...
script/c81587028.lua
View file @
c476e601
...
...
@@ -77,6 +77,12 @@ function c81587028.spop(e,tp,eg,ep,ev,re,r,rp)
end
end
function
c81587028
.
descon
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
local
g
=
e
:
GetLabelObject
()
if
not
g
:
IsExists
(
c81587028
.
desfilter
,
1
,
nil
)
then
g
:
DeleteGroup
()
e
:
Reset
()
return
false
end
return
Duel
.
GetTurnPlayer
()
==
tp
and
Duel
.
GetTurnCount
()
~=
e
:
GetLabel
()
end
function
c81587028
.
desfilter
(
c
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment