sub robar() robar: uo.useskill('Stealing') uo.waittargetobject('0x00143537') wait(1000) goto robar end sub
sub tirar() uo.print('<< Tirador de Monedas: Loaded... >>') inicio: uo.findtype('0x0EED') if uo.getquantity('finditem')>=100 then uo.print('<< Muchas Monedas, Freeing... >>') uo.moveitem('finditem',-1,'0x4013E631') else uo.print('<< Pocas Monedas, Waiting... >>') end if wait(10000) goto inicio end sub
sub comer() uo.print('<< Comer Manzanas: Loaded... >>') comer: uo.findtype('0x09D0',-1,'ground') uo.print('<< Comiendo... >>') uo.useobject('finditem') wait(500000) goto comer end sub
Actually this error can refer not only to current executing script, but to another one in loaded file. I had a file with several scripts and the same error appeared. I check the current script and find no mistakes, then I copy that script alone to separated file, load it and the error gone.