Save-Point
Variable = Actor Level not working (VX) - Printable Version

+- Save-Point (https://www.save-point.org)
+-- Forum: Games Development (https://www.save-point.org/forum-4.html)
+--- Forum: General Support (https://www.save-point.org/forum-18.html)
+--- Thread: Variable = Actor Level not working (VX) (/thread-3683.html)



Variable = Actor Level not working (VX) - nuberus - 08-24-2011

I'm trying to do something really simple, and it doesn't work.

In an Event, go to Control Variables. Variable - single. Set. Actor 001:Ralph's Level.
When I display it in a message window, the variable shows as 0.

I can set variables using other stuff, like Constant, Random, Character, etc. But all of the Actor ones don't work.

Any idea how I can get the actor's level saved as a variable? Maybe I could extract it with a custom script or something?




RE: Variable = Actor Level not working (VX) - Taylor - 08-24-2011

You shouldn't have to. What you're doing should work.

Screenshot your event for us?


RE: Variable = Actor Level not working (VX) - nuberus - 08-24-2011

here's the first screenshot:

[Image: test1il.jpg]
http://imageshack.us/photo/my-images/26/test1il.jpg/

and the second:

[Image: test2jd.jpg]
http://imageshack.us/photo/my-images/843/test2jd.jpg/

sorry about the bad quality.



RE: Variable = Actor Level not working (VX) - Kain Nobel - 09-08-2011

While your event may or may not be set up correctly, I do recall the "set variable to actor parameter" bug that EB forgot to fix when they released VX. Sure enough, I googled and found a thread related to this issue here.

To fix this issue, open up your script editor and clear out everything in the Game_Interpreter class, replace it with this. Don't thank me, thank rpgmakervx.net and trickster023 for necroposting the fixed version there, lol.