- Joined
- Feb 4, 2018
- Messages
- 125
- Reaction score
- 14
- First Language
- Español
- Primarily Uses
- RMMV
Hello
I need help, I am creating a verification script, where I verify if the actor or group is equipping a weapon, I leave below the script I have.
Greetings and thanks
I need help, I am creating a verification script, where I verify if the actor or group is equipping a weapon, I leave below the script I have.
Code:
$gameActors(1).equips(0).nil?



