Initial Commit
Initial Commit [v1.32PRC8]
This commit is contained in:
11
_module/nss/a_wisp_purge.nss
Normal file
11
_module/nss/a_wisp_purge.nss
Normal file
@@ -0,0 +1,11 @@
|
||||
void main()
|
||||
{
|
||||
location lLoc;
|
||||
|
||||
SetLocalString(GetPCSpeaker(),"Killer","Nothing");
|
||||
lLoc=GetLocation(GetObjectByTag("spawn_purgatory"));
|
||||
AssignCommand(GetPCSpeaker(),JumpToLocation(lLoc));
|
||||
SendMessageToPC(GetPCSpeaker(),"You are transported to purgatory...");
|
||||
|
||||
|
||||
}
|
Reference in New Issue
Block a user