Scripting Resources & Utilities > Razor Enhanced

IDOC House Scanner (OSI/FS)

<< < (3/3)

dozenrl:
at the very very top of your script, add a line:


--- Code: ---from System import Int32
--- End code ---

and then in your signs list you have to change:


--- Code: ---signs = List[int]((0x0BD2, 0x0B96, 0x0BA4, 0x0BA6, 0x0BA8, 0x0BAA,
--- End code ---

to


--- Code: ---signs = List[Int32]((0x0BD2, 0x0B96, 0x0BA4, 0x0BA6, 0x0BA8, 0x0BAA,
--- End code ---

Navigation

[0] Message Index

[*] Previous page

Go to full version