YGOPRO - Proving [AI]Harute can see your hand whenever it wants.
Channel:
Subscribers:
16,200
Published on ● Video Link: https://www.youtube.com/watch?v=umBPeIHtgL8
I think this feature is supposed to be a reference to Pegasus's "Millennium Eye," but this is located in a script file that is always accessed by the A.I. regardless of whether or not it is using the Pegasus deck.
if GlobalActivatedCardID == 15800838 then
local OppHand = AI.GetOppHand()
for i=1,#OppHand do
if OppHand[i] ~= false then
GlobalActivatedCardID = nil
Result = OppHand[math.random(#OppHand)].id
AI.Chat("Let's see what card should I chose...")
return Result
end
end
end
Other Videos By Xaddgx Absol Brasse (Mod Creator)
Tags:
YGOPRO
Yu-Gi-Oh! Trading Card Game (Game)
Artificial Intelligence (Field Of Study)
Artificial Intelligence (Industry)