Hi, nice new forum. I am looking for a way to generate valid unique_id's when adding to bliss database. I want to be able to add items to instance_deployable, referencing the deployable table.
Currently I have been creating 40 or 50 sand bags and taking their ID (then deleting the sandbag), can't see any real logic to the numbering though.
I have tried taking one of the IDs and adding 1 or 10, sooner or later though it breaks, presumably because of a duplicate or invalid id..
I haven't, yet, upgraded to the compatible version for 1.73 as I have a LAN this weekend and didn't want to break the admin page until afer, I notice there were 'big schema changes'..
Any advice on creating unique_id's much appreciated
ta..
Currently I have been creating 40 or 50 sand bags and taking their ID (then deleting the sandbag), can't see any real logic to the numbering though.
I have tried taking one of the IDs and adding 1 or 10, sooner or later though it breaks, presumably because of a duplicate or invalid id..
I haven't, yet, upgraded to the compatible version for 1.73 as I have a LAN this weekend and didn't want to break the admin page until afer, I notice there were 'big schema changes'..
Any advice on creating unique_id's much appreciated