Files
Anphillia_PRC8/_module/nss/eye_tw_pullchain.nss
Jaysyn904 28cdb617b3 Initial commit
Adding all of the current content for Anphillia Unlimited.
2024-01-04 07:49:38 -05:00

9 lines
217 B
Plaintext

// This script makes the player jump to lizard marsh
// when he uses the pull chain
void main()
{
object oPlayer = GetLastUsedBy();
AssignCommand(oPlayer, ActionJumpToObject(GetObjectByTag("WPTrapDoorLM")));
}