- Joined
- Oct 14, 2015
- Messages
- 125
- Reaction score
- 43
- First Language
- English
$game_party.actors[@actor].skill_learn?(skillid) or skill_include?
I'm trying to write a script that checks to see if the first member of the party knows x skill (let's say the first skill in the database).
I'd also like to know the snippet for $game_actors[1] etc etc.
I'm trying to write a script that checks to see if the first member of the party knows x skill (let's say the first skill in the database).
I'd also like to know the snippet for $game_actors[1] etc etc.
