[BUG] placeholders not parsing correctly in varequals again
Dummy:
Type: ZOMBIE
AIGoalSelectors:
- clear
Drops: []
Equipment: []
Skills:
- setvar{var=caster.user;type=STRING;value=<target.uuid>} @Owner ~onTimer:20
- message{m="<caster.var.user>"} @EIW ~onTimer:20
then the skill here. the message even return the owner's uuid, but it's like still not checking even though i summoned him with -summon{type=Dummy;amount=1;sio=true;sip=true}
Follow:
TargetConditions:
- varequals{var=target.user;v=<caster.uuid>}
Skills:
- teleportin{vector=0,0,1} @EIW
- sound{s=entity.firework_rocket.blast;v=2.0;p=1.3} @self
^^^^ skill is not working, i've tried many way but everything is always not work