Amon_PRC8/_module/nss/assplode.nss

12 lines
262 B
Plaintext
Raw Permalink Normal View History

2025-04-03 19:00:46 -04:00
void main()
{
object oDamager = GetLastDamager();
int nDamageType = GetDamageDealtByType(DAMAGE_TYPE_FIRE);
if(nDamageType >= 1)
{
ExecuteScript("suicidethentil", OBJECT_SELF);
DelayCommand(0.5, ExecuteScript("suicidethentil", oDamager));
}
}