EN4_PRC8/_module/nss/a_wisp_purge.nss

12 lines
261 B
Plaintext
Raw Permalink Normal View History

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