Hi there! You are currently browsing as a guest. Why not create an account? Then you get less ads, can thank creators, post feedback, keep a list of your favourites, and more!
Scholar
Original Poster
#1 Old 9th May 2018 at 10:54 PM
Default How to get a Sim's name and Simdescription from just their SimDescriptionID?
The question is as above. I have been storing the ulong SimDescriptionId for an interaction. Now I'm creating another interaction where I want to find out which sim this ID belongs to. Do I have to create a function to search every Sim in the world? Or is there a simpler way?
Advertisement
Space Pony
#2 Old 10th May 2018 at 9:11 AM
Unfortunately there is no easy and performant way (i know of) to find the sim from the ID, you'd have to itereate over all simdescriptions and compare the simdescriptionids.
Back to top