Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- //From my Amnesia Rebirth Tutorial Series
- //Episode 24 Item Titles & Descriptions!
- //https://www.youtube.com/playlist?list=PL4KkjlmOwLwwMVqedCNpi6caUxhgyf8Qr
- //-----------------------------------------------------------
- /////////////////////////////////////////////
- //The entry for the Inventory.cfg file
- /////////////////////////////////////////////
- <!-- CUSTOM ENTRIES -->
- <ItemType ID="">
- <Inventory Icon="inventory_item_key_relic_room"/>
- <Use OnWorld="true" CanUseOnWorldMapCallback="" UseOnWorldMapCallback=""/>
- </ItemType>
- <!-- END CUSTOM ENTRIES -->
- /////////////////////////////////////////////
- //The entry for the english.lang file
- /////////////////////////////////////////////
- <LANGUAGE>
- <CATEGORY Name="StartingRoom">
- </CATEGORY>
- <CATEGORY Name="Hints">
- <Entry Name="HintStorageDoor">Explore around to locate a way to open this door.</Entry>
- </CATEGORY>
- <CATEGORY Name="Inventory">
- <Entry Name="StorageKey">Storage Room Key</Entry>
- <Entry Name="StorageKey_Desc">This is the key to open the storage room.</Entry>
- <Entry Name="Matchbook">Custom Matchbook</Entry>
- <Entry Name="Matchbook_Desc">A custom desc of matchbook...</Entry>
- </CATEGORY>
- </LANGUAGE>
Add Comment
Please, Sign In to add comment