EN4_PRC8/_module/nss/a_wisp_purge.nss
Jaysyn904 b464d8da05 Initial Commit
Initial Commit [v1.32PRC8]
2025-04-03 13:38:45 -04:00

12 lines
261 B
Plaintext

void main()
{
location lLoc;
SetLocalString(GetPCSpeaker(),"Killer","Nothing");
lLoc=GetLocation(GetObjectByTag("spawn_purgatory"));
AssignCommand(GetPCSpeaker(),JumpToLocation(lLoc));
SendMessageToPC(GetPCSpeaker(),"You are transported to purgatory...");
}