From 6121883665e77d4e338a7f8fe970caf3ac5d088e Mon Sep 17 00:00:00 2001 From: Alezia Kurdis <60075796+AleziaKurdis@users.noreply.github.com> Date: Thu, 9 Nov 2023 22:39:33 -0500 Subject: [PATCH] Add files via upload --- CEON/gotgPortal.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/CEON/gotgPortal.js b/CEON/gotgPortal.js index 4e38b144..26814833 100644 --- a/CEON/gotgPortal.js +++ b/CEON/gotgPortal.js @@ -28,7 +28,7 @@ portals[i].id = Uuid.NULL; portals[i].zoneID = Uuid.NULL; } - print("TEST: " + findGetParameter("test")); + //print("TEST: " + findGetParameter("test")); //########################################################################################################### @@ -55,7 +55,7 @@ "captionColor": "#ffae00" }); - function findGetParameter(parameterName) { +/* function findGetParameter(parameterName) { var index; var result = null, tmp = []; @@ -69,7 +69,7 @@ } return result; } - +*/ this.preload = function(entityID) { var properties = Entities.getEntityProperties(entityID, ["position"]); thisPosition = properties.position;