14 lines
321 B
Plaintext
Raw Permalink Normal View History

#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);
}