Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
outfits and time
Is it possible to make an outfit available only after a certain time period without using invisible missions?
oops, already said
This post has been edited by oryhara : 17 September 2010 - 04:22 PM
There's no need to involve missions at all, actually, because all you have to do is have a cron which sets a bxxx on start and an outfit which requires that bxxx before it is available. So, say, a cron which counts down 30 days, has a duration of zero, sets b3000 on start, and an outfit with b3000 set in Availability. You can do the same thing with Contribute and Require bits, also, if you'd prefer to do it that way.
Cool! When I get the chance, I'll probably add this idea into my TC. Good to know.