Initial commit. Updated release archive.
This commit is contained in:
7
_module/nss/lok_pit_climb.nss
Normal file
7
_module/nss/lok_pit_climb.nss
Normal file
@@ -0,0 +1,7 @@
|
||||
void main()
|
||||
{
|
||||
object PC = GetLastUsedBy();
|
||||
SendMessageToPC(PC,"You climb up and find yourself on the far side of the pit.");
|
||||
AssignCommand(PC,ClearAllActions());
|
||||
AssignCommand(PC,ActionJumpToObject(GetObjectByTag("PitClimbToWP"),FALSE));
|
||||
}
|
||||
Reference in New Issue
Block a user