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