C.d.t. cerco uno script che mi avvisi (tramite scritta colorata/suono o entrambe le cose) quando viene droppato un qualsiasi tipo di artefatto nel proprio zaino.
Ringrazio anticipatamente
Ringrazio anticipatamente


set %jrnl #jindex
while #true
{
if #jindex > %jrnl
{
set %jrnl %jrnl + 1
scanjournal %jrnl
if artifact in #journal
{
sound
sound
}
}
}
![]() |
ICQ 222293462![]() |

set #sysmsgcol 1264
scan:
wait 1
if A_SPECIAL_ARTIFACT_HAS_BEEN_BESTOWED_ON_YOU in #SYSMSG
{
goto Woot
}
goto scan
Woot:
event sysmessage ARTEFATTO ;1' scritta
wait 10
event sysmessage DROP ;2' scritta
wait 10
event sysmessage EVVIVA!!!! ;3' scritta
return

Commenta