IF statements
jorocks30
22 Jan 2017, 06:35Do > and < work? When I write if statements I do {if ran: jblkjbsdafiob} but how do you do it for like number variables other than = sign?
manowar
22 Jan 2017, 16:53Hello jorocks30, here a example of < and > use.
You can go to the [[next section]](next section, test=6)
[[next section]]:
{if test<5:hello}{else:bye} {test}
You can change de test=6 and see how the text en next section change.
thetruespin
24 Jan 2017, 09:04Might want the best check out my previous post: http://textadventures.co.uk/forum/squiffy/topic/gsj6k07zekyzfpc5ap4z8q/if-statements-dont-seem-to-work-properly-inside-div-tags-solution-provided
Using > and < doesn't always work if you are combining with HTML.
Guy9
29 Jan 2017, 22:26Also, you can use <> to mean 'not equal'.
This is the answer that should have been given for this previous post: http://textadventures.co.uk/forum/squiffy/topic/5932/how-do-you-say-if-attribute-is-not-equal-to
You can go to the [[next section]](next section, test=5, current_room=Hall)
[[next section]]:
{if test<>5: hello} {else: bye} {test}
{if current_room<>Yard: You're not in the yard; you're in the {current_room}}