Salve ho cercato di far ignorare al mio pg un target che ha gia subito l'azione , in questo caso è gia stato rubato ma senza successo , ho pensato di usare uno scanjournal , o un sismsg in questo modo ma non funziona
scanjournal 1
if ( successfully in #journal ) || ( already been stolen in #journal ) || ( nothing left to steal in #journal )
{
ignoreitem %targettosteal
event ExMsg #CHARID 3 50 <Already stolen : Ignoring Target>
set %Ignored %Ignored + 1
menu delete Ignored
menu text Ignored 160 60 %Ignored
return
}
che ha che non và?
scanjournal 1
if ( successfully in #journal ) || ( already been stolen in #journal ) || ( nothing left to steal in #journal )
{
ignoreitem %targettosteal
event ExMsg #CHARID 3 50 <Already stolen : Ignoring Target>
set %Ignored %Ignored + 1
menu delete Ignored
menu text Ignored 160 60 %Ignored
return
}
che ha che non và?
Commenta