Stringing Multiple If Commands
When you want to multiple checks before a program runs:
if not(taskopen(ch,#)) and taskdone(ch,#) and carries(ch,"areaname-#") then
Aardwolf Main
Aardwolf Info
Aardwolf Wiki
Wiki Help
When you want to multiple checks before a program runs:
if not(taskopen(ch,#)) and taskdone(ch,#) and carries(ch,"areaname-#") then