Tomb Raider Forums  

Go Back   Tomb Raider Forums > Tomb Raider Level Editor and Modding > Tomb Raider Level Editor > Tutorials and Resources

Reply
 
Thread Tools
Old 23-02-24, 15:38   #1
The_Mark
Member
 
Joined: Feb 2024
Posts: 2
Default 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);
}
STRING FOR NAME:

Code:
TAG = { "Write here the name of item" },

Last edited by The_Mark; 23-02-24 at 15:43.
The_Mark is offline   Reply With Quote
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off



All times are GMT. The time now is 23:06.


Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2024, vBulletin Solutions Inc.
Tomb Raider Forums is not owned or operated by CDE Entertainment Ltd.
Lara Croft and Tomb Raider are trademarks of CDE Entertainment Ltd.