Qhimm.com Forums

Miscellaneous Forums => Scripting and Reverse Engineering => Topic started by: Squall77130 on 2021-01-09 09:39:58

Title: [FF8] Viewing and Changing Rare Card Holder
Post by: Squall77130 on 2021-01-09 09:39:58
Hey guys, I'm currently working on a mod, but I can't find how to see actual card holder and eventually changing them.

Thanks very much.
Title: Re: [FF8] Viewing and Changing Rare Card Holder
Post by: sleepey on 2021-01-31 23:54:33
The rare cards all have numbers for which deck they're in (eg. 1 is the queen's deck, 240 is the player's deck), and when you start a card game ("cardgame" in the field script) it passes in the deck number for the opponent to use.

You can use "setcard" in the field to move them between decks, "getcard" to award them to the player, or "givecard" in a monster AI script to have them drop in battle.