ScriptUO

Scripting Resources & Utilities => Stealth Client => Topic started by: playforfun on August 06, 2017, 06:31:14 PM

Title: Please help with Python
Post by: playforfun on August 06, 2017, 06:31:14 PM
Hello I'm trying to convert to python however I need help... writing such a simple task has got my mind exploding.. I want to client target request a object and return its name....

Code: [Select]
ClientRequestObjectTarget()
while not ClientTargetResponsePresent() :
 Wait(100)
ClientPrint(GetName(ClientTargetResponse))