Initial commit. Updated release archive.
This commit is contained in:
13
_module/nss/at_gk_tele.nss
Normal file
13
_module/nss/at_gk_tele.nss
Normal file
@@ -0,0 +1,13 @@
|
||||
#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);
|
||||
}
|
||||
Reference in New Issue
Block a user