Alangara_PRC8/_module/nss/conv_tp_action06.nss

11 lines
140 B
Plaintext
Raw Permalink Normal View History

2024-06-05 21:21:06 -04:00
#include "mn_i_pwfunctions"
void main()
{
int index = 6;
object oPC = GetPCSpeaker();
DoTeleport(oPC, OBJECT_SELF, index);
}