pikachu2003
New Member
- Joined
- Jun 11, 2012
- Messages
- 205
Summoining is already in the api, checking if its been summoned already is not.
Chocobo are companions summoned with Gysahl Greens ( a consumable item and not a spell ), but an Arcanist Pet is summoned with a spell "summon". Will the Cast function use items on the hotbar as well?
In the game both of these are probably under different mechanics.
Arcanist pets have pet control system, where as Chocobo are only summoned as a companion with no pet control fuctions.
Just tried it and it doesn't work for Chocobo.
Code:
Cast("Gysahl Greens",r=> Core.Player.Pet == null && Actionmanager.HasSpell("Gysahl Greens"),r=>Core.Player),