viewing paste Unknown #23571 | Athena

Posted on the
1 2 3 4 5 6 7 8 9
d@eld,1,2,3,0   script  Failure#I   -1,{
OnPCDieEvent:
    if(has_instance("d@eld") != "" ) {
        dispbottom "You perma-froze to death.";
        sleep2 2000;
        instance_destroy(.@instance);
        end;
    }
}
Viewed 602 times, submitted by Guest.