Помните, что Python чувствителен к отступам
Code: Select all
vendor = 0x00 # NPC Vendor = 0x0191; NPC Horse = 0x00E2
while 1:
  UseSkill('Begging')
  WaitTargetObject(FindType(vendor, 0xFFFFFFFF))
  Wait(100)
Code: Select all
vendor = 0x00 # NPC Vendor = 0x0191; NPC Horse = 0x00E2
while 1:
  UseSkill('Begging')
  WaitTargetObject(FindType(vendor, 0xFFFFFFFF))
  Wait(100)