23-02-24, 15:38 | #1 |
Member
Joined: Feb 2024
Posts: 3
|
TEN - How to change name and cordinates of Pickups Inventory with lua script
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: Code:
Level_Name.objects = { InventoryItem.new ("TAG", ObjID.PUZZLE_ITEM1, -100, 0.7, Rotation.new(0, 0, 0), RotationAxis.Y, 0, ItemAction.USE); } Code:
TAG = { "Write here the name of item" }, Last edited by The_Mark; 23-02-24 at 15:43. |
Bookmarks |
Thread Tools | |
|
|