Main Menu
  • Welcome to The RPG Maker Resource Kit.

Battle Scapes

Started by modern algebra, December 29, 2009, 09:56:55 PM

0 Members and 1 Guest are viewing this topic.

modern algebra

#25
Well, you need to place commas after each entry, so:


MAP_BATTLE_SCAPES = {
    1 => [1, 2, 3],
    2 => [4, 3, 5],
  }
  MAP_BATTLE_SCAPES.default = []
  AREA_BATTLE_SCAPES = {
    1 => [1, 2],
    2 => [4, 5],
    3 => [6, 7],
}

EdwinX7


digdarkevil

Really Awesome Script Ma.. ;D
When Im Going To Script Hunting i Always Check Yours First ;8

dudeguy119

Posting here may be futile, but I was wondering if I could get help. I'm not asking for computer help, but every time I attempt to get the demo, my computer crashes when it tries to decompress the file. I'm not really tech savvy, so I don't know why. It's done this before, but usually not every time without fail (usually randomly). Checking my comp for viruses is all I can think to do.

Anyways, I'm not asking for computer help. I was wondering if Modern Algebra or someone could just give me the script. I'll just have to do without the demo and figure it out. Though, if someone wouldn't mind giving me a quick explanation, then I'd appreciate it, but, really, I just want the script. I can figure it out.

Thanks!

I support:



D&P3

#29
txt file


Also, I put the demo in a rar file.
See if it works now.
All of my scripts are totally free to use for commercial use. You don't need to ask me for permission. I'm too lazy to update every single script post I ever made with this addendum. So ignore whatever "rule" I posted there. :)

All scripts can be found at: https://pastebin.com/u/diamondandplatinum3

dudeguy119

Thank you so much! Yes, I was able to extract the demo this time. Thank you. If it pleases you (and even if it doesn't), you're gonna receive a credit in my project. Thanks, again!

I support:



FlipelyFlip

heyey,

I know it's a long time since the last post, but I need to know this:

is there any way to add by skills some battle scapes in the battle?
I've tried many methodes to add them, but I always faild /:
So I wanted to ask, is it already implemented now or could you give
me a hint how to do that? ._.

~flipy (:

modern algebra