The question I have is how can I make the id of the animal not change when it unshrink and reshrink.
Here is the script that I have been working on.
Code: Select all
Sub pk()
UO.exec("usetype ridge")
wait(300)
UO.say("all guard me")
UO.exec("usetype ridge")
wait(300)
UO.say("all guard me")
UO.exec("usetype unicorn")
wait(300)
UO.say("all guard me")
end sub
I am very new to coding and injection so if the answer is obvious I am sorry. Any help would be greatly appreciated.