Hello! So, the newbie question, is there a way to display images by class or state instead of actor? Tried using "classId" like listed in Archeia's Script Calls but is sending me a TypeError. Here's the snippet of code and result. It's the one used in Sideview Template, but with a "actorId" replaced. YAML: ActorPicture:
Hello! So, the newbie question, is there a way to display images by class or state instead of actor? Tried using "classId" like listed in Archeia's Script Calls but is sending me a TypeError.
Here's the snippet of code and result. It's the one used in Sideview Template, but with a "actorId" replaced.
YAML:
ActorPicture:
type: Image
x:
type: fixed
value: 2
y:
type: fixed
value: 2
anchor:
x: 0
y: 0
imageName: "main_menu/Class${data.classId}"
View attachment 331251
I know the plugin is developed by VisuStella instead of Archeia, so that's why the variables might be different, but haven't found anything about them in the documentation.
Thanks for your time and support. ^^