Original Source
- Original title: Check actor's skill types
- Original author: Creative Ed
- Original date: November 9, 2017
- Source thread: https://forums.rpgmakerweb.com/threads/check-actors-skill-types.86916/
- Source forum path: Game Development Engines > RPG Maker Javascript Plugins > Learning Javascript
Summary
Hello, I'm currently using DR.Yami's skill shop in my game, and the plugin allows me to set conditions to wether skill can be bought for a certain character or not. However I'm having trouble in finding out the right terms for the conditions. What I would like is to check if an actor has a certain skill type, and if he/she has that skill type, the skill will be available. Here's an example of how the conditions work in this plugin. $gameSwitches.value(1)
Archived First Post
What I would like is to check if an actor has a certain skill type, and if he/she has that skill type, the skill will be available.
Here's an example of how the conditions work in this plugin.
<Buy Custom Require>
$gameSwitches.value(1)
actor.level > 10
</Buy Custom Require>
If you need to check the plugin itself for some reason here is a link to it:
https://github.com/suppayami/yami-engine-delta/blob/master/build/SkillShop/YED_SkillShop.js
Downloads / Referenced Files
Log in, then follow the RPG Maker Developers Group to see these download links.
Log in to downloadCreator Claims / Removal
If you are the original creator and want this listing reassigned, edited, or removed, join BMMPlay and contact the moderators with proof that matches the original RPG Maker Web profile, linked GitHub, itch.io page, or another public creator identity.
Replies (0)
No replies yet.
Topic Summary
Loading summary...