Queen_Of_Darkness
Active Member
- May 21, 2017
- 543
- 296
Thats fuck all most games on the site are 3+ gigs22 mb? wtf?
download version is samethingThe online version doesn't even let you get to Day 5.
View attachment 4867897
Meanwhile, if you had a brain, you'd realize it's a comment on how shitty the gifs are inevitably going to be, with such small fucking files.Thats fuck all most games on the site are 3+ gigscryin over 22mb
That passage just doesn't exist in the game. The code looks like this:The online version doesn't even let you get to Day 5.
View attachment 4867897
<<if $daycount is 5>>
<<button [[Sneak a peak|Day5C6b]]>><</button>>
<<else>>
<<button [[Sneak a peak|Day9C5]]>><</button>>
<</if>>
$daycount is 5
, they wanted $daycount = 5
, otherwise it'll always return false and link to the non-existent passage.That fixed it but the game later acts like the MC sneaked in anyways, so that's a bummer.That passage just doesn't exist in the game. The code looks like this:
When ShadonGames usedCode:<<if $daycount is 5>> <<button [[Sneak a peak|Day5C6b]]>><</button>> <<else>> <<button [[Sneak a peak|Day9C5]]>><</button>> <</if>>
$daycount is 5
, they wanted$daycount = 5
, otherwise it'll always return false and link to the non-existent passage.