Jump to content
New account registrations are disabed. This website is now an archive. Read more here.
  • 0
Sign in to follow this  
PilotBK

Need Help with Leon's Party Script

Question

I'm not very good with scripting and I can usually figure things out by playing around with them, but this script continues to elude me. I'm using Leon's Party Changing System v1.2 and when I try to take a party member out of the party and put them into reserve an error pops up...

 

"ArgumentError occurred while running script.

 

wrong number of arguments(0 for 1)"

 

 

This is the event command that I'm using: $game_party.remove_actor_from_party(9)

 

I've tried everything I know of and it just doesn't want to work for me. I searched google and several other forums and haven't found any solution. Any help would be greatly appreciated.

 

EDIT:

 

:pinch: Strange how things figure themselves out...I found out what the problem was.

Share this post


Link to post
Share on other sites

Recommended Posts

  • 0

That's what I'm here for. Making people cry... er... Helping people! Anyway, the reason i screwed up before is simple: I had the old version...

Share this post


Link to post
Share on other sites
  • 0

]Well.I'm crying again :'( After I used that code: I get this error :(

 

I tested it twice.Before I use that code The "remove actor to party" code works...But after the $game_party.locked.delete(n) i get this error.SAVE MY DAY ONCE AGAIN! :D

 

http://img837.images.../erroragain.png

 

:'(

 

EDIT:I mean I can't lock,add,remove people from the party into/from the reserve :(

 

 

  Reveal hidden contents

 

 

EDIT(2):Ok,this is weird :( IF I COPY,PASTE the code from the script,I get the error.BUT if I copy the code from my previous usage,it works :P....Err..So,false alarm? :D

Share this post


Link to post
Share on other sites
  • 0

Your error says you were using $game_party.remove_actor_to_party(actor_id)

It is supposed to be: $game_party.remove_actor_from_party(actor_id)

 

Not bolding it to sound condescending, but to show the error. it is easily missed

Share this post


Link to post
Share on other sites
  • 0

Ohhhhh...Thanks.It works now anyway lol :) But thanks for helping me out,oh gr8 one! :clap: :clap: :clap: :alright:

Share this post


Link to post
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
Sign in to follow this  

  • Recently Browsing   0 members

    No registered users viewing this page.

×
×
  • Create New...