CRASHES WHEN REVIVING PARTY MEMBERS.

Posts

Pages: 1
I'm currently using Victor's engines (Base, Side Battle, Animated Battles). I've encountered a big in my game where I get the following error:

Script 'Animated Battles' line 2633: NoMethodError Occured.

undefined method 'call pose' for #<Game_Actor:0x8cb67c4>

After this error, the game crashes.

Any help on how to fix this, would be appreciated.
SunflowerGames
The most beautiful user on RMN!
13323

Are you using any other scripts that aren't Victor's?
I have never used his scripts, but I have heard they
don't always work well with other scripts.

If this isn't the problem check the script instructions,
which are usually printed at the top of the scripts
(Assuming that Victor has thing you can easily change
inside the script.)
TehGuy
Resident Nonexistence
1827
huh, I got the same thing..

I'll have to look into it

EDIT: found it! At line 2633 (assuming you haven't added/removed anything), change
call_pose(:revive, :clear)

to

poses.call_pose(:revive, :clear)

seems Victor accidentally left a bit out here :p
No, I'm not using any other scripts other than Victor's.

Also the fix helped. Thanks a bunch!
Pages: 1