waittarget* with delay.
Posted: 2005-02-24 03:52:09
Yoko can u add to those functions arg delay? So it sends target after second or two after request form server.
like thys??ziemni wrote:Yoko can u add to those functions arg delay? So it sends target after second or two after request form server.
Code: Select all
While not UO.Targeting()
wait(10)
wend
wait(2000)
UO.WaitTarget*
Nah. ur code will just w8 for target cursor in client, and then itll wait for next target request, which will be responsed immediately.Goggy wrote:like thys??ziemni wrote:Yoko can u add to those functions arg delay? So it sends target after second or two after request form server.Code: Select all
While not UO.Targeting() wait(10) wend wait(2000) UO.WaitTarget*
Code: Select all
while not UO.Targeting()
wait(..)
wend
wait(....)
UO.Target()