6 lines
165 B
JavaScript
6 lines
165 B
JavaScript
(function(){
|
|
this.enterEntity = function(entityID) {
|
|
var portalDestination = "/0,-10, 0";
|
|
Window.location = portalDestination;
|
|
};
|
|
});
|