DouglasJordao
Villager
- Xy$
- 0.00
Hello everyone! I'm not too skilled in javascript, so I wanna know if you guys can help me to know how to make a script call that returns the Id type of equip slot 2 (shields).
I'm using Yanfly's Skill Core so I want to check if the actor is equipped with a shield, if it's true the skill is avaliable.
Something like this:
If ("check condition here")
{
value = true;
} else {
value = false;
}
I'm using Yanfly's Skill Core so I want to check if the actor is equipped with a shield, if it's true the skill is avaliable.
Something like this:
If ("check condition here")
{
value = true;
} else {
value = false;
}