Home
Help
Search
Calendar
Login
Register
Please
login
or
register
.
1 Hour
1 Day
1 Week
1 Month
Forever
Login with username, password and session length
News:
Click here to join us on IRC (#charas on irc.freenode.net)!
Charas-Project
»
Game Creation
»
Requests
»
RPG Maker Programming
»
Need Help
« previous
next »
Print
Pages: [
1
]
Author
Topic: Need Help (Read 2037 times)
HobomasterXXX
Your eyes. Are an ocean. Your breasts. Are also an ocean.
Leader
Posts: 2,700
Need Help
«
on:
December 15, 2007, 01:26:18 AM »
I need to make it so you always have a weapon equipped. You cannot unequip weapons.
Logged
1:24 PM - [Razor]: I think
1:24 PM - [Razor]: I almost fell off my chair
1:24 PM - [Razor]: in anticipation for DICK
Prpl_Mage
Administrator
Sage
Posts: 7,645
The Administrator Mage
(No subject)
«
Reply #1 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.
Logged
Cool RPGM Project!
Sprite till you die
Oh my god, this was ...10 years ago...
HobomasterXXX
Your eyes. Are an ocean. Your breasts. Are also an ocean.
Leader
Posts: 2,700
(No subject)
«
Reply #2 on:
December 15, 2007, 11:46:56 PM »
Thanks, that should work.
Logged
1:24 PM - [Razor]: I think
1:24 PM - [Razor]: I almost fell off my chair
1:24 PM - [Razor]: in anticipation for DICK
thepsynergist
Kupo!
Associate
Posts: 159
I enjoy video game programming, as well as any and all RPG's
(No subject)
«
Reply #3 on:
December 31, 2007, 05:41:22 AM »
You could just use the equipment fix option in the character tab in database.
Logged
Register me in your Pal Pad in Diamond/Pearl!
Print
Pages: [
1
]
« previous
next »
Charas-Project
»
Game Creation
»
Requests
»
RPG Maker Programming
»
Need Help