14 lines
321 B
Plaintext
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);
|
|
}
|