ex) on mm spawn: set {_mythicmob} to event-mythicmob --
(mm|mythicmob) despawn
ex) on mm despawn: set {_mythicmob} to event-mythicmob
--
(mm|mythicmob) death
ex) on mm death: set {_mythicmob} to event-mythicmob
----
Expression:
(damage of %mythicmob%|%mythicmob%'s damage) - %mythicmob%의 데미지 ※ set 불가능 ex) broadcast "%damage of event-mythicmob%"
--- (level of %mythicmob%|%mythicmob%'s level) - %mythicmob%의 레벨 ex) if level of event-mythicmob < 5: add 1 to event-mythicmob's level remove 1 from event-mythicmob's level set event-mythicmob's level to 10
----
Effect:
spawn %string% at %location% - %string%의 미스틱몹을 %location%에 소환합니다
ex) on command "test": spawn "SkeletalKnight" at player's location