è possibile realizzare uno script che quando sei sotto di un tot di HP faccia un suono col pc?
tipo un allarme per richimare l'attenzione?
txs
tipo un allarme per richimare l'attenzione?
txs
Set %AlarmHP 70 Set %sound #True ; Oppure #False Set %scritta #True ; Oppure #False Set %AlarmDelay 800 ; In millisecondi Set %AlarmPause #SYSTIME ; non toccare Loop: If #Hits < %AlarmHP { If #Systime > %AlarmPause { Set %AlarmPause #Systime + %AlarmDelay If %Sound Sound If %Scritta event exMsg #charid 3 32 HP Alarm! } } Goto Loop
Commenta