SCRIPT LIMIT IN VX?

Posts

Pages: 1
Adon237
if i had an allowance, i would give it to rmn
1743
Is there a script limit in VX? I mean can I only have a certain amount of scripts?
Puddor
if squallbutts was a misao category i'd win every damn year
5702
As far as I know, no.


But if there is, you shouldn't need to go that far. Scripts like YEM cover all bases and additional scripts can be added to it (lol, if you're careful).
Adon237
if i had an allowance, i would give it to rmn
1743
for each skill_id in @materia_skills
Is there a syntax error in this?
:( I can't find it, it is a Materia Script,(FF7) I was going thorugh and looking at it when I wanted to test play it, so I made a new game, put the script in, and said there is a syntax error in this part of the script.
Adon237
if i had an allowance, i would give it to rmn
1743
I mean I searched it up, but it just took me to the page, I am looking through the help file right now, but...
Any suggestions?
Puddor
if squallbutts was a misao category i'd win every damn year
5702
There probably is because that Materia script is a **** on a **** sandwich.

To be serious, I have no real knowledge of Ruby or RGSS, only from what I've done and had to edit in CC or other games. As such, you're just going to have to look for a similar call in another script that has no errors and see if there's any different syntax. Knowing this materia script (assuming it's the translated one by Atoa) it probably is a genuine syntax error. Did you try testplaying the script in its original environment (packaged demo?)? Do you have any scripts that mess with the way RGSS2 is read? Have you deleted any default scripts?
Adon237
if i had an allowance, i would give it to rmn
1743
Yes, No, No. Unless YEM counts as changing RGSS2. Well, I am relatively new at this, so I need to learn. I will look for another,
Puddor
if squallbutts was a misao category i'd win every damn year
5702
I honestly doubt YEM and Materia would play well together. Materia, if you check any thread it is posted in, always encounters errors with just about anything, and YEM as far as I know is pretty strict on the scripts it allows in. Materia is a 2000-line script, and I'm sure it overwrites methods and classes that YEM probably uses/overwrites, so even if you get past this 'syntax error' you'll probably encounter legions and legions of bugs.

Wow I actually sound like I know what I'm talking about.
Adon237
if i had an allowance, i would give it to rmn
1743
:) Ok, I won't use Materia, sounds to risky,
It would be more appropriate to approach the creator of that script for help with it.

There is no script limit to RMVX, or RMXP.

That line of code has a syntax error, though.

It should either be
for skill_id in @material_skills

or

@material_skills.each do {|skill_id| lines of code }
Pages: 1