8 lines
116 B
Plaintext
8 lines
116 B
Plaintext
#include "mn_inc_teleport"
|
|
|
|
void main()
|
|
{
|
|
object oPC = GetItemActivator();
|
|
teleport( oPC, "MN_RECEPTION" );
|
|
}
|