![]() |
Need help with amulet equip script - Printable Version +- BBot - The best bot of the world (https://forums.bmega.net) +-- Forum: Scripts & Macros (https://forums.bmega.net/forum-4.html) +--- Forum: Requests (https://forums.bmega.net/forum-17.html) +--- Thread: Need help with amulet equip script (/thread-17651.html) |
Need help with amulet equip script - spotty - 03-09-2015 Hello, Since I haven't managed to figure it out yet, how to write this kind of script, I'm asking for your help guys ![]() Script: Check "neck" slot, if no amulet, then self.say "!aol" and "!bless". Will give to helper REP+ EDIT: Managed to write this script, maybe someone else needs it also, so I'm putting it here. 1000 {AOL} Self.Inventory.Neck()<>3057 Misc.ItemCountEx(3057)<1 Self.Say(!aol) Self.Say(!bless) Self.Equip.Neck(3057) Exit() Best regards, Spotty |