HiddenTradition_PRC8/_module/nss/pit_climbrope.nss

8 lines
239 B
Plaintext
Raw Permalink Normal View History

void main()
{
object PC = GetLastUsedBy();
SendMessageToPC(PC,"You climb the rope and end up on the far side of the pit.");
AssignCommand(PC,ClearAllActions());
AssignCommand(PC,ActionJumpToObject(GetObjectByTag("PitClimbToWP"),FALSE));
}