domando a qualche buon anima se è in possesso di uno script che insura tt l inventario o ancora meglio tutti gli item contenuti in un bag.
si può fare qualcosa?
thx
					si può fare qualcosa?
thx
 Slyon su Lost Paradise.
 Slyon su Lost Paradise. 
|  | Downfall, and it all falls down I fall from grace I got your taste Turn off your mind, unwind and see how high the cloudy sky Run away Run away Leave your lemon drop Soak it up Soak it up Won't you crush on me | 
gosub target
set %contenitore #result
set #LOBJECTID %contenitore
event macro 17 0
wait 10
insure:
finditem * C_ , %contenitore
if #findkind <> -1
{
set #LTARGETID #FINDID
gosub insura
ignoreitem #LTARGETID
wait 10
goto insure
}
key esc
halt
sub insura
    Event Property #findid
    if insure notin #PROPERTY
    {
     Exevent Popup #charid 3
     target 10s
     event macro 22 0
    }
return
sub target
	set #targcurs 1
	_waitfortargcurs:
	if #targcurs = 1 2
		wait 1
		goto _waitfortargcurs
return #ltargetid






gosub target
set %contenitore #result
set #LOBJECTID %contenitore
event macro 17 0
wait 10
insure:
finditem * C_ , %contenitore
if #findkind <> -1
{
set #LTARGETID #FINDID
gosub insura
ignoreitem #LTARGETID
wait 10
goto insure
}
key esc
halt
sub insura
     Exevent Popup #charid 3
     target 10s
     event macro 22 0
return
sub target
	set #targcurs 1
	_waitfortargcurs:
	if #targcurs = 1 2
		wait 1
		goto _waitfortargcurs
return #ltargetid


Commenta