Welcome to HBGames, a leading amateur game development forum and Discord server. All are welcome, and amongst our ranks you will find experts in their field from all aspects of video game design and development.
so, I have a quick question. How do you check the actors class with a script. I'm just trying to use it in a conditional branch for something I working on. I've tried a couple of things based around this:
Code:
$game_actor_class_id = 'swordsman'
but that didn't seem to work. It should be something along these lines, right?
New question: How do you call a common event with a script?