8 lines
108 B
Plaintext
8 lines
108 B
Plaintext
|
#include "mn_inc_teleport"
|
||
|
|
||
|
void main()
|
||
|
{
|
||
|
object oPC = GetPCSpeaker();
|
||
|
teleport( oPC, "MN_STUDY" );
|
||
|
}
|