Here is the code that I used:
--Starting Off
Debug.SetAIName("Sartyr")
Debug.ReloadFieldBegin(DUEL_ATTACK_FIRST_TURN+DUEL_SIMPLE_AI)
Debug.SetPlayerInfo(0,1500,0,0)
Debug.SetPlayerInfo(1,1400,0,0)
Debug.AddCard(89631139,1,1,LOCATION_MZONE,2,FACEUP_ATTACK)--Blue-Eyes White Dragon
Debug.AddCard(03659803,0,0,LOCATION_HAND,0,POS_FACEDOWN)--Overload Fusion
Debug.AddCard(31036355,0,0,LOCATION_HAND,0,POS_FACEDOWN)--Creature Swap
Debug.AddCard(26439287,0,0,LOCATION_GRAVE,0,POS_FACEUP)--Proto-Cyber Dragon
Debug.AddCard(07359741,0,0,LOCATION_GRAVE,0,POS_FACEUP)--Mechanicalchaser
Debug.AddCard(07359741,0,0,LOCATION_GRAVE,0,POS_FACEUP)--Mechanicalchaser
Debug.AddCard(70095154,0,0,LOCATION_GRAVE,0,POS_FACEUP)--Cyber Dragon
Debug.AddCard(70095154,0,0,LOCATION_GRAVE,0,POS_FACEUP)--Cyber Dragon
Debug.AddCard(64599569,0,0,LOCATION_EXTRA,0,POS_FACEDOWN)--Chimeratech Overdragon
Debug.ReloadFieldEnd()
Debug.ShowHint("Win in this turn!")
aux.BeginPuzzle()
Here is the intended solution:
1. Play Overload Fusion and use Cyber Dragon, plus one other monster in your graveyard to special summon Cimeratech Overdragon with 1600 Atk
2. Use Creature Swap to switch the user's Chimeratech with the AI's Blue-Eyes
3. Attack with Blue-Eyes FTW.
Edited by user
2015-09-09T21:50:50Z
|
Reason: Not specified