Difference between revisions of "Talk:Statement Reference"
Jump to navigation
Jump to search
no edit summary
imported>Terra Nova2 |
imported>Terra Nova2 |
||
Line 94: | Line 94: | ||
Example: if Alias_Jarl.GetActorRef().IsInFaction(GovImperial) == 1 && ;code here && code here | Example: if Alias_Jarl.GetActorRef().IsInFaction(GovImperial) == 1 && ;code here && code here | ||
Also you can do nested IF statments to have a similar logic(but the first IF has to be true or false depending on how your logic, or the next IFs wont run, and so on). | Also you can do nested IF statments to have a similar logic(but the first IF has to be true or false depending on how your logic, or the next IFs wont run, and so on). --[[User:Terra Nova2|Terra Nova2]] ([[User talk:Terra Nova2|talk]]) 2014-08-21T12:35:55 (EDT) | ||
---- |