The wiki is not up to date because a couple of things were changed in version 1.10. If you start as a brothel owner and then see the Smiths, you get the marinated token now. In order to get the pickled token, you must NOT start as a brothel owner, bring drugs to see the little troublemaker and unlock the warehouse, choose to start a brothel when asked by the slave traders, hire some whores, and finally go see the Smiths.The pickled token is imposible to obtain.
¿Anybody with the same problem?
Wape
I just read your blog post about seasonal content. I don't care about it either way but I would recommend not doing it since you said you are busy. If you really want to do it, have you looked at
You must be registered to see the links
? You could use it like so:
Code:
<<set _now to new Date()>>
<<print _now.toDateString()>>
<<print _now.toTimeString()>>
<<if _now.getMonth() eq 9 && _now.getDate() eq 31>>
Today is Halloween.
<<else>>
Today is not Halloween.
<</if>>
Last edited: