Preserved forum archive. This topic stores the original first post and locally mirrored RPG Maker Web attachments when available. It is posted by the BMMPlay archive account, not by the original creator.
Original Source
- Original title: mo-to - Conditional Branch in Partymember
- Original author: ovate
- Original date: June 15, 2019
- Source thread: https://forums.rpgmakerweb.com/threads/mo-to-conditional-branch-in-partymember.110014/
- Source forum path: Game Development Engines > RPG Maker Javascript Plugins > JS Plugin Releases (RMMV)
Summary
Conditional_branch_in_Partymember - 2015-11-07 Creator name: mo-to Overview Condition branch to check something in your party
Archived First Post
Conditional_branch_in_Partymember - 2015-11-07
Creator name: mo-to
Overview
Condition branch to check something in your party
How-to use
4th page of conditional branch: Fill in the script with this format-
Ex.) Name of one of the current party members, Harold?
Ex.) Is there a Hero (default) class in your party?
Ex.) Does any member have the skill "Heal" (default)?
Ex.) Any member equipped a "Sword" for weapon (default)?
Ex.) Any member equipped a "Cloth" for armor (default)?
Ex.) Is any member "Knockout"?
Credit and Thanks: mo-to
Terms of Use-
Free for commercial and non-commercial use. Feel free to modify/ share.
There is no need to get permission from us. However don't sell the plugin by itself.
You can download js file from the thread attachment or Dropbox link: https://www.dropbox.com/s/sj05eh660lubq5y/Conditional_branch_in_Partymember.js?dl=1
Creator name: mo-to
Overview
Condition branch to check something in your party
How-to use
4th page of conditional branch: Fill in the script with this format-
Code:
$gameParty.~(id)or(name)
Ex.) Name of one of the current party members, Harold?
Code:
$gameParty.membersName('Harold')
Ex.) Is there a Hero (default) class in your party?
Code:
$gameParty.membersClass(4)
Ex.) Does any member have the skill "Heal" (default)?
Code:
$gameParty.membersLeSkill(8)
Ex.) Any member equipped a "Sword" for weapon (default)?
Code:
$gameParty.membersEqWeapon(1)
Ex.) Any member equipped a "Cloth" for armor (default)?
Code:
$gameParty.membersEqArmor(3)
Ex.) Is any member "Knockout"?
Code:
$gameParty.membersState(1)
Credit and Thanks: mo-to
Terms of Use-
Free for commercial and non-commercial use. Feel free to modify/ share.
There is no need to get permission from us. However don't sell the plugin by itself.
You can download js file from the thread attachment or Dropbox link: https://www.dropbox.com/s/sj05eh660lubq5y/Conditional_branch_in_Partymember.js?dl=1
Downloads / Referenced Files
Log in to download
Log in, then follow the RPG Maker Developers Group to see these download links.
Log in to downloadLicense / Terms Note
Credit and Thanks: mo-to Terms of Use- Free for commercial and non-commercial use. Feel free to modify/ share. There is no need to get permission from us. However don't sell the plugin by itself.
Creator 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.
0
replies
1
view
Topic Summary
Loading summary...