If/Variables
jorocks30
23 May 2018, 04:20Is it possible to do, where if both variables are true then the end result would happen.
{if pig>3: if dog>3: Hello}
![](https://i.imgur.com/mBf7TBeb.png)
K.V.
23 May 2018, 04:35{if pig>3:{if dog>3:Hello.}}
Test game:
set("pig",4);
set("dog",4);
Hello.
[[test]]
[[test]]:
{if pig>3:{if dog>3:SUCCESS.}}
JenniferCampbell
18 Jun 2018, 14:31Looks like I'm going to complain to another corporation, today.