E.g. Can I pass a FormId from a Bat file to a Papyrus Script?
In the BAT file a line "setpqv questId formIdString '0x02000D66'"
In Papyrus, formIdString is a string but I need to convert it into an Int.
Note: I tried passing 0x02000D66 directly as an Int, but Papyrus showed it as 0.
So passing 0x02000D66 from the Bat file didn't seem to work.
Thanks!