Page 1 of 1

Cutting

Posted: 2005-02-16 22:11:15
by ozcaN
I use this for cuting corpses but the shard im on now did some weird stuff. Its runuo and they did this thing where thier r 2 corpses and one is fake and injeciton usualy cuts the wrong one and in 5 seconds it dissapears. U cant see the fake one. Anyone know a better way to cut cause i think they are gona make it so if u cut fake one u get jailed?

sub cut()
UO.Exec ("waittargetground 'body'")
UO.Exec ("usetype cleaver")
end sub

Posted: 2005-02-17 01:18:36
by Goggy

Code: Select all

sub Corpse()
   UO.SetArm('CWeapon')
    UO.waittargetobject('lastcorpse')
    UO.usetype('****')                    ;Type - cleaver
    wait(500)
      UO.Arm('CWeapon')
end sub


Try this