Цитата(cirus @ 16.10.2021, 18:12)

Код
--lua
-- code lua
move (1000, 300)
wait (1000)
--endlua
// code uopilot
move 500, 300
wait 1000
--lua
-- code lua
move (100, 300)
wait (1000)
// code uopilot
left 409, 707
left 201, 121
left 494, 166
--lua
sendex ('~{}')
kleft (1071, 130)
sendex ()
wait (5000)
kleft (76, 321)
For better understanding: I made a script in uopilot base, but in a specific part I need to hold shift to click on the NPC. Uopilot base can not hold shift?
