We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5c7da91 commit f18ad70Copy full SHA for f18ad70
1 file changed
Output.lua
@@ -0,0 +1,15 @@
1
+--<Card Name>
2
+--Edo Autoscript written by Zefile#5500
3
+local s,id = GetID()
4
+function s.initial_effect(c)
5
+ local e1=Effect.CreateEffect(c)
6
+ e1:SetType(<edit settype>)
7
+ e1:SetCode(<edit setcode>)
8
+ <expand effect>
9
+ c:RegisterEffect(e1)
10
+end
11
+<add condition>
12
+<add target>
13
+<add operation>
14
+<add func>
15
+--this is the default file Autoscript will produce if given no instructions.
0 commit comments