SuperFox536
Member
I need a script to make each actor where (s)he can equip certain Weapons/Armors from his class, plus later in the game the player can learn more (through events with script calls in them), but only the player learns how to use the Weapon or Armor not the whole class
Each armor would have a element id
P.S.
I thought it would have to use something along an array like this:
def intailize
$Weapon_id_types = [15, 16, 17, 18]
$Armor_id_types = [19, 20, 21, 22]
$actor
Each armor would have a element id
P.S.
I thought it would have to use something along an array like this:
def intailize
$Weapon_id_types = [15, 16, 17, 18]
$Armor_id_types = [19, 20, 21, 22]
$actor