We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 04a5054 commit e1a4db9Copy full SHA for e1a4db9
1 file changed
Edo-Autoscript.py
@@ -12,6 +12,7 @@
12
i += 1
13
script = open(filename,"w+")
14
script.write('''--<Card Name>
15
+--<Card Name>
16
--Edo Autoscript written by Zefile#5500
17
local s,id = GetID()
18
function s.initial_effect(c)
@@ -20,6 +21,7 @@
20
21
e1:SetCode(<edit setcode>)
22
<expand effect>
23
c:RegisterEffect(e1)
24
+ <expand initial>
25
end
26
<add condition>
27
<add target>
0 commit comments