- Aug 15, 2018
- 116
- 132
Is the Sims 3 with sex mods actually worth it? First time i have heard of it.Then play the sims 3 with kinky world mod or start coding 'scene reactions'.
Eample:
Code:If Player.isnaked() || [!Player.isVisible(Bottom) && !Player.isVisible(Bottom_Under)] || [!Player.isVisible(Top) && !Player.isVisible(Top_Under) && !Player.isMale()] Luck = 0 Luck += karma Luck += sneak If Luck > Random(100, 150) //nothing or someone reacts Else followUp(public_indecency)//starts a scene where cops come to arrest you Endif Endif
Also i don't get why i need to code the environment reacting to what i do and actually make sense myself, While the dev could have a easily done so himself. Shows how user unfriendly the game is in a lot of area's.