Page 1 of 1

Restart Conversations ID

Posted: Tue Mar 28, 2023 8:53 pm
by rauljl1
Hi Tony. I would like to restart conversations ID because I recently deleted a lot, but the actual ID is the latest ID. So, how can I restart those conversations ID.

Re: Restart Conversations ID

Posted: Tue Mar 28, 2023 9:14 pm
by Tony Li
It's just an internal number. It's not necessary to start from 1 (or whatever you've set your database's Base ID to). Dialogue System Triggers, etc., use conversation titles, not IDs. If you really want renumber them, you can write an editor script -- but be careful to also update conversation IDs in dialogue entries' outgoingLinks, too.

It's easier to renumber dialogue entry IDs if that's what you want to do. (If you're using SimStatus, they go by dialogue entry ID.). To renumber dialogue entry IDs, in the Dialogue Editor select Menu > Sort > Reorder IDs.

Re: Restart Conversations ID

Posted: Tue Mar 28, 2023 9:17 pm
by rauljl1
Ok. Thanks!