Alangara_PRC8/_module/nss/ke_order1.nss
Jaysyn904 86feb9ca6f Initial commit
Initial commit.
2024-06-05 21:21:06 -04:00

13 lines
163 B
Plaintext

#include "mn_unitele"
const string DESTINATION = "wp_order1";
void main()
{
object oPC;
oPC = GetItemActivator();
RingTeleport( oPC, DESTINATION );
}