Chaos Project

RPG Maker => Event Systems => Event System Requests => Topic started by: ShadowBlaze on April 09, 2009, 02:03:47 pm

Title: [RESOLVED] Checking Actor Level
Post by: ShadowBlaze on April 09, 2009, 02:03:47 pm
Just as the title says, how do I check a Actors level and store it in a variable using call script?
Title: Re: Checking Actor Level
Post by: Hellfire Dragon on April 09, 2009, 02:28:21 pm
You don't need to use a call script, you can use an event. Make a variable called Actors Level or w/e and set it to equal the actor's level, like this;
Spoiler: ShowHide
(http://img55.imageshack.us/img55/8495/78614172.png)


Though if it's important you use a script call for some reason then I dunno :P
Title: Re: Checking Actor Level
Post by: ShadowBlaze on April 09, 2009, 02:30:53 pm
Omfg, how can I be so stupid and not see that.

Thanks for the heads up Sally =)