StarfieldWiki:Riven/If
From Starfield Wiki
Description | Result | Expected Result |
---|---|---|
Missing (results in {{{1}}}) | if | if |
Empty | ifnot | ifnot |
0 | ifnot | ifnot |
1 | if | if |
Variable not found {{{zzznotfoundzzz}}} |
if | if |
If/ifnot combo | ififnot | if ifnot |
Random text | if | if |