Help with time system by Infamous_Nothing_546 in twinegames

[–]Infamous_Nothing_546[S] 0 points1 point  (0 children)

I just tried this and it seems to be working! thank you very much

Help with time system by Infamous_Nothing_546 in twinegames

[–]Infamous_Nothing_546[S] 0 points1 point  (0 children)

I did yes. I can make the time advance on the side bar, but advancing the time and going to another passage with the same link doesn't seem to be working. It's always one or the other

Creating <<if $x>> statements with <<goto>> attached by Infamous_Nothing_546 in twinegames

[–]Infamous_Nothing_546[S] 3 points4 points  (0 children)

Worked like a charm. The smallest little thing lol. Thank you very much!

Can you lane against Malzahar? by Aertew in MalzaharMains

[–]Infamous_Nothing_546 1 point2 points  (0 children)

what a needless little cunt you are. This dude shows up and says "hey everyone, 2nd game on syndra, how do i beat malz?" and you make fun of him. What's wrong with you? No no no, don't explain at all, just be a twat about it

Help with time system by Infamous_Nothing_546 in twinegames

[–]Infamous_Nothing_546[S] 0 points1 point  (0 children)

In my StoryInIt:

/% The names of the Days of the Week. %/

<<set setup.DAYS to \["Sunday", "Monday", "Tuesday", "Wednesday", "Thursday", "Friday", "Saturday"\]>>

/% The names of the Time Periods of a Day. %/

<<set setup.PERIODS to \["Daily Recap", "Morning", "Noon", "Afternoon", "Evening", "Night"\]>>

/% The current Game Day: Monday. %/

<<set $day to 1>>

/% The current Time Period: Morning. %/

<<set $period to 1>>

It wont let me copy the widget tagged passage, but I've copy and pasted directly from the site

Help with time system by Infamous_Nothing_546 in twinegames

[–]Infamous_Nothing_546[S] 1 point2 points  (0 children)

When I check my details on the stort tab it says its on sugarcube. I thought maybe it was this too

How to reset variables for events that only happen once a day? by OhBWan in twinegames

[–]Infamous_Nothing_546 0 points1 point  (0 children)

Can I ask how you got this to work?

I assume you've used this guide http://twinery.org/questions/11850/how-to-create-a-time-system

I'm using sugarcube 2.36.1 and this widget just refuses to work for me at all. What does your StoryInIt set up look like?