Freeshard Launching made easy! SUO Launcher HERE
0 Members and 1 Guest are viewing this topic.
if earth , #spc , elemental in #property|| fire , #spc , elemental in #property{}else{if elemental in #property {}}
if earth notin #property && fire notin #property && elemental in #property{}
You could useCode: [Select]if earth , #spc , elemental in #property|| fire , #spc , elemental in #property{}else{if elemental in #property {}}orCode: [Select]if earth notin #property && fire notin #property && elemental in #property{}should work!Crome
if ( air notin #property) && ( blood notin #property ) && etc.....
I find that sometimes its better to do:Code: [Select]if ( air notin #property) && ( blood notin #property ) && etc.....That way, if one of them is screwed up, it will likely evaluate to false and then the whole if will evaluate to false...just a thought!