Index: single/07.Constellar vs Evilswarm.lua ================================================================== --- single/07.Constellar vs Evilswarm.lua +++ single/07.Constellar vs Evilswarm.lua @@ -4,14 +4,15 @@ ]] --~ 加载残局函数库 Debug.AddCard(0,0,0,LOCATION_MZONE,-1,POS_FACEUP) mymetatable = {} -mymetatable.__call=function() +mymetatable.__tostring=function() Debug.ShowHint("残局群181175613") end setmetatable(Debug,mymetatable) +print(Debug) Debug.SetAIName("四妹") Debug.ReloadFieldBegin(DUEL_ATTACK_FIRST_TURN+DUEL_SIMPLE_AI+DUEL_PSEUDO_SHUFFLE,3) Debug.SetPlayerInfo(0,100,0,0) Debug.SetPlayerInfo(1,3250,0,0)