![]() |
[SCRIPT] Why doesnt my key have any name - Printable Version +- Frictional Games Forum (read-only) (https://www.frictionalgames.com/forum) +-- Forum: Amnesia: The Dark Descent (https://www.frictionalgames.com/forum/forum-6.html) +--- Forum: Custom Stories, TCs & Mods - Development (https://www.frictionalgames.com/forum/forum-38.html) +---- Forum: Development Support (https://www.frictionalgames.com/forum/forum-39.html) +---- Thread: [SCRIPT] Why doesnt my key have any name (/thread-16246.html) |
Why doesnt my key have any name - Hartmann - 06-17-2012 Why doesnt my key have any name when i pick it up? <LANGUAGE> <CATEGORY Name="CustomStoryMain"> <Entry Name="Description"> Just a brief description! </Entry> </CATEGORY> <Entry Name="ItemName_key_1">Office Key</Entry> <Entry Name="ItemDesc_key_1">Office key</Entry> and the Name = "Test" Author = "Me" MapsFolder = "maps/" ImgFile="" StartMap = "test.map" StartPos = "PlayerStartArea_1" /> RE: Why doesnt my key have any name - GrAVit - 06-17-2012 (06-17-2012, 08:39 PM)Hartmann Wrote: Why doesnt my key have any name when i pick it up? Add this: <CATEGORY Name="Inventory"> <Entry Name="ItemName_key_1">Office Key</Entry> <Entry Name="ItemDesc_key_1">Office key</Entry> </CATEGORY> RE: Why doesnt my key have any name - Adny - 06-17-2012 In addition, add: </LANGUAGE> to the very end of the extra_english.lang RE: Why doesnt my key have any name - SilentHideButFine - 06-17-2012 <LANGUAGE> <CATEGORY Name="CustomStoryMain"> <Entry Name="Description"> Just a brief description! </Entry> </CATEGORY> <Entry Name="ItemName_key_1">Office Key</Entry> <Entry Name="ItemDesc_key_1">Office key</Entry> </CATEGORY> </LANGUAGE> |