Chaos Project

RPG Maker => RPG Maker Scripts => Script Troubleshooting => Topic started by: Geust on August 05, 2010, 06:47:08 pm

Title: Delete
Post by: Geust on August 05, 2010, 06:47:08 pm
Thanks.
Title: Re: [XP]Small Problem
Post by: WhiteRose on August 05, 2010, 07:29:25 pm
Quote from: earthnite on August 05, 2010, 06:47:08 pm
how do you fix this error

" wrong number of arguments (0 for 4) "

I don't suppose you could be any more specific?
Title: Re: [XP]Small Problem
Post by: SBR* on August 06, 2010, 05:11:32 am
Earthnite, this error occurs when you don't pass enough 'arguments' to a method. In your case, the method asks for 4 arguments, but you pass 0 to it.
Title: Re: [XP]Small Problem
Post by: Blizzard on August 06, 2010, 05:49:51 am
It can also happen due to a change of script order or incompatibility of scripts. The base problem is the same, but the actual cause is a different one in this case.