Alangara_PRC8/_module/nss/mn_aidb_telring.nss

8 lines
116 B
Plaintext
Raw Normal View History

2024-06-05 21:21:06 -04:00
#include "mn_inc_teleport"
void main()
{
object oPC = GetItemActivator();
teleport( oPC, "MN_RECEPTION" );
}