I am following some examples but its not working - I am trying to change the Players score here
with the mob
Can not get modifytargetscore to work
Code:
UpScore: Cooldown: 1 Skills: - modifymobscore{objective=Test1;action=add;value=1} @self UpPlayerScore: - modifytargetscore{objective=Test1;action=add;value=1} @trigger
Code:
T1Up: Display: '&Up' Health: 100 Damage: 10 Type: SKELETON Faction: Angels AITargetSelectors: - 0 clear - 1 Player Skills: - skill{s=UpScore} 1 ~onInteract -...