15 lines
479 B
Plaintext
15 lines
479 B
Plaintext
//::///////////////////////////////////////////////
|
|
//:: 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"))));
|
|
|
|
}
|