11 lines
266 B
Plaintext
11 lines
266 B
Plaintext
void main()
|
|
{
|
|
string sTag = "EK_ELDER_SAN";
|
|
object oExit = GetExitingObject();
|
|
if(GetTag(oExit) == sTag)
|
|
{
|
|
AssignCommand(oExit,ClearAllActions());
|
|
AssignCommand(oExit,ActionMoveToObject(GetNearestObjectByTag("WP_RETURN_EK_ELDER_SAN" + sTag)));
|
|
}
|
|
}
|