28
editsAd placeholder
Modding:TreasureTables References: Difference between revisions
Jump to navigation
Jump to search
Added Cheat Engine Code.
(Added Cheat Engine Code.) |
|||
Line 183: | Line 183: | ||
|} | |} | ||
{{Modding navbox}} | == Cheat Engine code == | ||
This is the Cheat Engine code used to spawn treasure tables. It will spawn a bag at the feet of your character containing the loot from the table.<syntaxhighlight lang="text"> | |||
{$lua} | |||
if syntaxcheck then return end | |||
[ENABLE] | |||
GenerateTreasureBag("TREASURE_TABLE_NAME") | |||
[DISABLE] | |||
</syntaxhighlight>{{Modding navbox}} | |||
[[Category:Modding resources]] | [[Category:Modding resources]] | ||
[[Category:Armor modding]] | [[Category:Armor modding]] |