what would these be in a whole decimal number?

Nirran

Vault Senior Citizen
Modder
0x00000008 - Flat
0x00000010 - NoBlock (doesn't block the tile)
0x00000800 - MultiHex
0x00001000 - No Highlight (doesn't highlight the border; used for containers)
0x00004000 - TransRed
0x00008000 - TransNone (opaque)
0x00010000 - TransWall
0x00020000 - TransGlass
0x00040000 - TransSteam
0x00080000 - TransEnergy
0x20000000 - LightThru
0x80000000 - ShootThru

trying to set containers to highlight,with scripting

Nirran
 
nevermind,i figured it out,even when setting the appropriet flag to 0,containers still are not highlighted,similar to when i tried to set ants lootable with set_proto_data,even with the right flag set,the ant was not lootable,i think it must be set on the item in the editor(map specificaly)

Nirran
 
Back
Top