11 lines
141 B
Plaintext
11 lines
141 B
Plaintext
#include "mn_i_pwfunctions"
|
|
|
|
void main()
|
|
{
|
|
int index = 11;
|
|
|
|
object oPC = GetPCSpeaker();
|
|
|
|
DoTeleport(oPC, OBJECT_SELF, index);
|
|
}
|