Rune_PRC8/_module/nss/mansserventer.nss

15 lines
479 B
Plaintext
Raw Normal View History

2024-09-13 09:10:39 -04:00
//::///////////////////////////////////////////////
//:: FileName mansserventer
//:://////////////////////////////////////////////
//:://////////////////////////////////////////////
//:: Created By: Script Wizard
//:: Created On: 11/23/2005 3:25:38 PM
//:://////////////////////////////////////////////
void main()
{
AssignCommand(GetPCSpeaker(), ClearAllActions());
AssignCommand(GetPCSpeaker(), ActionJumpToLocation(GetLocation(GetObjectByTag("WPEntryway"))));
}