Conversation
|
Did you test this PR? Because it looks like it doesn't work. (Like using a variable that doesn't exist in |
|
Oops My bad, i mixed the RE7 part with RE2, let me reupdate it |
| local pos = transform:call("get_Position") | ||
| local posx, posxdec = Inspect._Round(pos.x) | ||
| local posy, posydec = Inspect._Round(pos.y) | ||
| local posz, poszdec = Inspect._Round(pos.z) |
There was a problem hiding this comment.
You're setting variables that you're not using here, so those should be removed.
| Inspect.Log("Folder Path", InspectItem.GetFolderPath(parentOfComponent)) | ||
| Inspect.Log("Player Position", InspectPlayer.GetPositionString()) | ||
| -- Inspect.Log("Player Position", InspectPlayer.GetPositionString()) | ||
| Inspect.Log("Item Position", "[" .. tostring(table.concat(posvalue, ",")) .. "]") |
There was a problem hiding this comment.
Why are you commenting out Player Position? You'd need that for typewriter teleports, if you ever get them working in RE7.
There was a problem hiding this comment.
Soo yeah, for the second variable i coul delete them, and for the player pos, for some reason my game just throw an error (even with the old non-modified script), but I could try to check it if you want
There was a problem hiding this comment.
Yeah, if you can share the error you're getting, that might give me a lead on what's broken. Would rather make it work than just comment it out broken. 😄
No description provided.