Help - Search - Members - Calendar
Full Version: Battle script
RPG RPG Revolution Forums > Game Engines > RPG Maker VX Discussion
Philip
I'm wondering if there is a script somewhere that allows you to attack twice in battle. For instance like so many rpgs out there that have a system where if you hit a button at a certain time during your attack you will attack again or cause more damage or whatever.

If there is a script somewhere could someone give me link or something.
Yonkid
You can do that by going to Tools -> Database -> Weapons and select Double Attack on one of the weapons. Unless you want it without any connection to the weapons.
Philip
QUOTE (Yonkid @ Apr 15 2010, 10:20 AM) *
You can do that by going to Tools -> Database -> Weapons and select Double Attack on one of the weapons. Unless you want it without any connection to the weapons.


Yeah I understand that but I want it more to where you can push a button at a certain time during the attack and he attacks again.
leongon
do you use tankentai sideview bs?
Philip
QUOTE (leongon @ Apr 16 2010, 11:44 AM) *
do you use tankentai sideview bs?

Yes I do
leongon
In the action sequence for that special skill you can call a script that will be the one taking the input of the key you want, then before the end of the action sequence you do a check of a switch, and a skill link. That will be the second attack.

The script you'll need is something that turns On the switch(checked in the action sequence) if you pressed the correct key in the time that script was alive(The script of course must last less than a sec, then end)

The second attack must turn Off the switch in his action sequence.


I think this is the best way for you, and with less work for a scripter willing to help you. Hope you can read my english, and it helps.
Philip
QUOTE (leongon @ Apr 16 2010, 08:59 PM) *
In the action sequence for that special skill you can call a script that will be the one taking the input of the key you want, then before the end of the action sequence you do a check of a switch, and a skill link. That will be the second attack.

The script you'll need is something that turns On the switch(checked in the action sequence) if you pressed the correct key in the time that script was alive(The script of course must last less than a sec, then end)

The second attack must turn Off the switch in his action sequence.


I think this is the best way for you, and with less work for a scripter willing to help you. Hope you can read my english, and it helps.

Oh no no that helps a whole lot thank you. See I script in Java and I know scripting rather well accept for Ruby cz I've never used it before so I'm still trying to learn it.
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.
Invision Power Board © 2001-2013 Invision Power Services, Inc.