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