Forum Announcement, Click Here to Read More From EA_Cade.

Extending the InventoryType enum via Python Script

I've worked up a method of extending the InventoryType enum via scripting rather than overriding the ITUN. Seems to be working well for me.

I would appreciate it though if @SimGuruModSquad would look at this to see if I'm doing something really really extremely bad and stupid here. :)

http://modthesims.info/showthread.php?t=571603

Comments

  • SimGuruEugiSimGuruEugi Posts: 503 SimGuru
    Don't see a reason why this wouldn't work.
  • ScumbumboScumbumbo Posts: 148 Member
    Thanks! I wasn't 100% sure I was covering all the bases to do that safely, so having a knowledgeable eye look at it is appreciated. Making changes to immutables can be a bit risky when you don't know the code thoroughly (thus why someone made them immutable to begin with ;)
Sign In or Register to comment.
Return to top