8 lines
181 B
Plaintext
8 lines
181 B
Plaintext
|
|
||
|
void main()
|
||
|
{
|
||
|
ExecuteScript("swt_trapdr_close", OBJECT_SELF);
|
||
|
string sTag = GetTag(OBJECT_SELF);
|
||
|
AssignCommand(GetPCSpeaker(), JumpToObject(GetWaypointByTag(sTag)));
|
||
|
}
|