Author Topic: [SOLVED] How to Get Print ID?  (Read 1040 times)

I am writing a script that spawns ModTer bricks and sets their texture with FxDTSBrick::setPrint(%this, %printID). I understand that the print ID of a print can change as you add or remove prints from the add-on loadout. How can I find the print ID of, say, sand-texture5 from Print_ModTer_Default?
« Last Edit: January 02, 2018, 06:17:34 AM by Platypi »

$PrintNameTable["ModTer/sand-texture5"]

$PrintNameTable["ModTer/sand-texture5"]
Yup, that works. Thanks!