1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
-
+
|
--[[message
A simple puzzle, which teaches a Red Dragon Archfiend line combo
]]
--Mastering the Red Dragons
Debug.SetAIName("Eroldin")
Debug.SetAIName("Eroldin_01_Mastering_the_Red_Dragons")
Debug.ReloadFieldBegin(DUEL_ATTACK_FIRST_TURN+DUEL_SIMPLE_AI)
Debug.SetPlayerInfo(0,100,0,0)
Debug.SetPlayerInfo(1,9700,0,0)
--Challenger's Spell zone
Debug.AddCard(42079445,0,0,LOCATION_SZONE,1,POS_FACEDOWN) --Descending Lost Star
Debug.AddCard(76407432,0,0,LOCATION_SZONE,2,POS_FACEDOWN) --Assault Counter
|