6 lines
166 B
JavaScript
6 lines
166 B
JavaScript
(function(){
|
|
this.enterEntity = function(entityID) {
|
|
var portalDestination = "/-2,-1, 30";
|
|
Window.location = portalDestination;
|
|
};
|
|
});
|