Rope Tele Emote by covenantbreaker
Description: A simple script that will use an a random emote while you rope tele. You unlocked the emotes, so might as well use them.
// Rope Tele Emote //By Broken Covenant //Update your unlocked emotes as needed. if skill "magery" >50 cast teleport endif if findtype "rope" backpack say '[rope' endif random 5 if insysmsg 'Random: 1' say '[Fart' 55 elseif insysmsg 'Random: 2' say '[Belch' 55 elseif insysmsg 'Random: 3' say '[Surprise' 55 elseif insysmsg 'Random: 4' say '[Chuckle' 55 elseif insysmsg 'Random: 5' say '[Growl' 55 else say 'Run baby run!' 55 endif