PoA_PRC8/_module/nss/good_by.nss

8 lines
122 B
Plaintext
Raw Permalink Normal View History

2022-10-07 14:20:31 -04:00
#include "nwnx_admin"
void main()
{
object pc = GetPCSpeaker();
NWNX_Administration_DeletePlayerCharacter(pc);
}