2024-06-20 15:47:42 -04:00

14 lines
321 B
Plaintext

#include "mw_teleport_inc"
#include "nw_i0_plot"
void main()
{
object oPC = GetPCSpeaker();
object oPortalLocation = mw_GetAvailablePortal("GnosticKing_portal", OBJECT_SELF);
object oPortal = mw_CreateSinglePortal(oPC, "partyportal", oPortalLocation);
SetPLocalInt(GetPCSpeaker(), "LanceQuest", 2);
}