13 lines
165 B
Plaintext
13 lines
165 B
Plaintext
#include "mn_unitele"
|
|
|
|
const string DESTINATION = "ke_tarashon";
|
|
|
|
void main()
|
|
{
|
|
object oPC;
|
|
|
|
oPC = GetItemActivator();
|
|
|
|
RingTeleport( oPC, DESTINATION );
|
|
}
|