Playerequipmentspecialscript: type: task debug: false script: - if == i@DragonBoots { - ^playeffect effect:PORTAL l@ qty:20 - ^run s@Playerequipmentspecialscript } else if == i@DragonMail { - ^playeffect effect:PORTAL l@ qty:20 - ^run s@Playerequipmentspecialscript } else if == i@DragonHelmet { - ^playeffect effect:PORTAL l@ qty:20 - ^run s@Playerequipmentspecialscript } else if == i@DragonLegs { - ^playeffect effect:PORTAL l@ qty:20 - ^run s@Playerequipmentspecialscript } else if == i@DragonSword { - ^playeffect effect:PORTAL l@ qty:20 - ^run s@Playerequipmentspecialscript }