Crashdown117 Posted April 14, 2025 Posted April 14, 2025 In general, when looking at the WW commands, stuff in <pointy brackets> is a parameter and [square brakets] denote something as optional. So, for this command you could do all of the following: ww.get_hard 20 makes your currently active Sim get hard for 20 seconds ww.get_hard 20 condom makes your currently active Sim get hard for 20 seconds and also wear a condom ww.get_hard 20 John Smith makes a Sim named "John (first name) Smith (last name)" hard for 20 seconds [NOTE: I don't know what WW will do if there are multiple Sims with the same name] [NOTE 2: When using commands that take first and last names, any names containing whitespace characters, e.g. "van Buren", usually need to be written with quotation marks around them] ww.get_hard 20 John Smith condom does the same as above, but with a condom (rather obvious, but I like it when lists are complete) [NOTE: I'm not sure what will happen if a Sim is named "John condom", but since the game uses Python as its scripting language, it should either work like with any other name or give a warning about bad parameters]
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now