REO-EE/_module/nss/startwarp1.nss
Jaysyn904 f82740bbbd Initial commit
Initial commit
2024-02-22 13:22:03 -05:00

13 lines
229 B
Plaintext

void main()
{
object oPC = GetPCSpeaker();
object oNPC = OBJECT_SELF;
string sWarp1 = GetLocalString(oNPC, "sWarp1");
object oWarp1 = GetWaypointByTag(sWarp1);
AssignCommand(oPC, ActionJumpToLocation(GetLocation(oWarp1)));
}