8 lines
188 B
Plaintext
8 lines
188 B
Plaintext
|
void main()
|
||
|
{
|
||
|
object oPC= GetEnteringObject();
|
||
|
object oDest= GetObjectByTag("wp_tksecret2");
|
||
|
location iLoc= GetLocation(oDest);
|
||
|
AssignCommand(oPC, JumpToLocation(iLoc));
|
||
|
}
|