ygopro/ai-template.lua at master · cromerc/ygopro · GitHub
-- Note: this function is called BEFORE OnStartOfDuel() -- -- Parameters: -- ai_deck_name = the selected AI deck name -- -- Return: -- 1 = yes, AI goes first -- 0 = no, AI goes second function OnAIGoingFirstSecond(ai_deck_name) ...