- Joined
- Jan 9, 2005
- Messages
- 2,126
Okay, so the only way I can find out what the order id of a 'construct building A' is is to do
call BJDebugMsg(I2S(GetIssuedOrderId()))
. That's fine and all, but it's annoying and time consuming. Basically, I need something to convert, for example, 'aray' into '1634886009'. I had found a website that could do that conversion, but it was a while back and I can't find it anymore. I don't know if the conversion is decimal, hexadecimal, or what have you. I'm bad at this.