12 lines
261 B
Plaintext
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...");
|
|
|
|
|
|
}
|