Thank you so much for the reply! :)
I tried using BattleManager.actor.id and BattleManager.actor().id to grab the actor's ID number. Both seemed to get me a little farther but keep failing to read the ID and has only been returning "null". I'm not sure what I'm doing wrong... Sorry about being so lost, JS is new to me. ^^;
Thank you again! :)
I tried using BattleManager.actor.id and BattleManager.actor().id to grab the actor's ID number. Both seemed to get me a little farther but keep failing to read the ID and has only been returning "null". I'm not sure what I'm doing wrong... Sorry about being so lost, JS is new to me. ^^;
Thank you again! :)
To get the id of an actor, try this:
Code:
BattleManager.actor().actorId();