Changed folder name.
Changed folder name.
This commit is contained in:
9
_module/nss/jailbreak.nss
Normal file
9
_module/nss/jailbreak.nss
Normal file
@@ -0,0 +1,9 @@
|
||||
void main()
|
||||
{
|
||||
object oPC = GetEnteringObject();
|
||||
if (GetIsPC(oPC) && !GetIsDM(oPC)){
|
||||
AssignCommand(oPC, ClearAllActions());
|
||||
AssignCommand(oPC, JumpToLocation(GetLocation(GetWaypointByTag("torture"))));
|
||||
SendMessageToPC(oPC, "You have been sent to hell for trying to escape jail.");
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user