You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// Standard home outer door ids: closed[13100, 13101], open[13102, 13103]
89
86
90
87
player.personalInstance.spawnGameObject({
91
88
x: position.x,
92
89
y: position.y,
93
90
level: position.level,
94
91
orientation: object.orientation,
95
-
objectId: 13103,
92
+
objectId: 13100,
96
93
type: object.type
97
94
});
98
-
99
-
player.sendMessage(`Template Local = ${getTemplateRotatedX(object.orientation,objectLocalX,objectLocalY)},${getTemplateRotatedY(object.orientation,objectLocalX,objectLocalY)}`);
100
-
101
-
player.sendMessage(`Object Local ${objectLocalX},${objectLocalY} - rotation ${object.orientation}`);
0 commit comments