Author Topic: Please help with Python  (Read 2669 times)

0 Members and 1 Guest are viewing this topic.

Offline playforfunTopic starter

  • Restricted
  • **
  • Posts: 28
  • Activity:
    0%
  • Reputation Power: 1
  • playforfun has no influence.
  • Respect: 0
  • Referrals: 0
    • View Profile
Please help with Python
« on: August 06, 2017, 06:31:14 PM »
0
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))

Tags: