Save-Point
Sideview Tankentai XP & SDK Scripts - Printable Version

+- Save-Point (https://www.save-point.org)
+-- Forum: Games Development (https://www.save-point.org/forum-4.html)
+--- Forum: Code Support (https://www.save-point.org/forum-20.html)
+--- Thread: Sideview Tankentai XP & SDK Scripts (/thread-2023.html)



Sideview Tankentai XP & SDK Scripts - Ravenith - 08-24-2009

After installing this (marvelous) script in my project and trying to initiate a battle, I gey the following error:


Script '*Sideview 2' line 3071 : ArgumentError occured

wrong number of arguments(0 for 4)

The scripts I use are (in that order):

SDK 2.4
MACL 2.3
Prexcraft
A bunch of SBS Tankentai sripts in the demo's order (although not the atb / cbs scripts)

EDIT: It's the SDK...
Grouping and Details v 6.7

What could be wrong?


Sideview Tankentai XP & SDK Scripts - DerVVulfman - 08-26-2009

I took a look after downloading the Tankentai XP battlesystem. I then took a look at the statement you mentioned. It's the initialize in Window_PartyCommand where you are getting the:
wrong number of arguments(0 for 4)

Hate to tell you this, but Grouping and Details doesn't even edit that method. It is definitely the SDK system that changes your Window_PartyCommand. Right now, with the SDK, it uses a revised 'Horizontal' selection window. Basically, they rewrote a lot.

And even after fixing that, Tankentai still isn't SDK compatible. I'd steer clear of SDK scripts.

Oh, and you're not using the most up-to-date Grouping and Details. It's version 7.2 now... and I just pasted it below the rest of the battlesystem for it to work. Winking