Is it possible to do, where if both variables are true then the end result would happen.
{if pig>3: if dog>3: Hello}
{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.}}
Looks like I'm going to complain to another corporation, today.