a && b: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 20: | Line 20: | ||
'''Example:''' | '''Example:''' | ||
? alive player && alive leader player : hint "Both the player and his leader are alive" | ? (alive player && alive leader player) : hint "Both the player and his leader are alive" |