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 2nd Oct 2017 at 3:19 PM
Default Question about what Dialog to use
Hi everyone,
I'm adding a new feature to my Vampire mod, I want my Vampire to be able to compel other Sims for money. For that I want a dialog box to appear where the player can enter how much money to get. What kind of dialog box should I use? There's so many I'm confused.
Advertisement
Virtual gardener
staff: administrator
#2 Old 2nd Oct 2017 at 4:32 PM
Hrm I think for that, the StringInputDialog one might be an interesting one for you! It's basically the popup where you get to write down a sim's name and such. Although I'm not sure if it accepts numbers...

To see how to apply it, you could check out the sim.changename or the HoloDisc.Rename for objects Cmar actually showed a bit about scripting an UI thingy as well in her tutorial right here too: http://www.modthesims.info/showthre...733#post4014733
Scholar
Original Poster
#3 Old 2nd Oct 2017 at 4:39 PM
Quote: Originally posted by Greenplumbbob
Hrm I think for that, the StringInputDialog one might be an interesting one for you! It's basically the popup where you get to write down a sim's name and such. Although I'm not sure if it accepts numbers...

To see how to apply it, you could check out the sim.changename or the HoloDisc.Rename for objects Cmar actually showed a bit about scripting an UI thingy as well in her tutorial right here too: http://www.modthesims.info/showthre...733#post4014733


On I will check it out, thank you
Back to top