Charas-Project

Game Creation => Requests => RPG Maker Programming => Topic started by: HobomasterXXX on December 15, 2007, 01:26:18 AM

Title: Need Help
Post by: HobomasterXXX on December 15, 2007, 01:26:18 AM
I need to make it so you always have a weapon equipped. You cannot unequip weapons.
Title:
Post by: Prpl_Mage on December 15, 2007, 06:51:10 AM
That is a bit troublesome but with some coding you should be able to make a parallel event wich automaticly equips a simple weapon if the hero isn't holding anything.

I'm not sure but it might work if you just make a conditional branch with a lot of forks like:

<>Branch: Zack Ultima weapon equiped.
 <>
:Else handler
 <>Branch: Zack Excalibur equiped.
 <>
:Else handler
<>Branch: Zack great sword equiped.
 <>
:Else handler
<>Branch: Zack Zweihaender equiped.
 <>
:Else handler
<>Branch: Zack Wooden sword equiped.
 <>
:Else handler
<> Change Equipment: Zack Wooden sword equip.

You'll need a fork for every weapon that character can control and if the maker will equip wooden sword if none of the weapons are equiped. I think it suits your purposes at least.
Title:
Post by: HobomasterXXX on December 15, 2007, 11:46:56 PM
Thanks, that should work.
Title:
Post by: thepsynergist on December 31, 2007, 05:41:22 AM
You could just use the equipment fix option in the character tab in database.