TEN: change name and coordinate of Pickup Inventory - Tomb-Raider-Level-Editor/Tutorials GitHub Wiki
Written by The_Mark
Hi guys, I made this video to teach you how to use lua script to change the name and coordinates of items/pickup in inventory.
I'm new in this forum, but I have a lot of experience in TRLE, I hope to bring you more useful tutorials in the future!
Video Link: https://youtu.be/tf8Gdlm6wJM?si=u_0d__L3rQQikG90
STRING FOR NEW ITEM SLOT:
Level_Name.objects =
{
InventoryItem.new ("TAG", ObjID.PUZZLE_ITEM1, -100, 0.7, Rotation.new(0, 0, 0), RotationAxis.Y, 0, ItemAction.USE);
}
STRING FOR NAME:
TAG = { "Write here the name of item" },