Skip to content

Commit f18ad70

Browse files
authored
added default output file
1 parent 5c7da91 commit f18ad70

1 file changed

Lines changed: 15 additions & 0 deletions

File tree

Output.lua

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)