Help In Script

Ask for help

Moderators: Murderator+, Murderator

Post Reply
Curioso
Posts: 5
Joined: 2004-07-24 14:32:04

Help In Script

Post by Curioso »

Script

Somebody has one script that it executes these functions that I will go to describe below:

It would automatically change of weapon when the one that was in hand broke it would catch another one who would be in bag and would place again in hand, somebody has script?

I wait reply

Yoko
Site Admin
Posts: 1964
Joined: 2004-04-03 16:49:38
Contact:

Post by Yoko »

Code: Select all

if uo.ObjAtLayer('Rhand')=="" then 
   uo.equipt('Rhand','0xXXXX')
   wait(1000)
end if
Yoko
Site Admin
Posts: 1964
Joined: 2004-04-03 16:49:38
Contact:

Post by Yoko »

Code: Select all

if uo.GetGraphic(uo.ObjAtLayer('Rhand'))<>"0xXXXX" then 
   uo.equipt('Rhand','0xXXXX')
   wait(1000)
end if
Post Reply