HiddenTradition_PRC8/_module/nss/lok_pit_climb.nss
2024-06-20 15:47:42 -04:00

8 lines
240 B
Plaintext

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));
}