PWE_PRC8/_module/nss/boot_pc.nss

11 lines
168 B
Plaintext
Raw Normal View History

2025-04-03 10:29:41 -04:00
#include "nw_i0_generic"
void main()
{
object oPlayer = GetLastAttacker();
if (!GetIsObjectValid(oPlayer))
DestroyObject(oPlayer);
BootPC(oPlayer);
}