Charas-Project
Game Creation => Requests => RPG Maker Programming => Topic started 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.
-
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.
-
Thanks, that should work.
-
You could just use the equipment fix option in the character tab in database.