Else
From EventScripts Community Encyclopedia
|
[edit] OverviewSyntax: Note: Command parameters are described inside the
< and > characters. Optional parameters are contained within [ and ] characters.Variation of this command that doesn't expand variables: es_xelse [edit] DescriptionWill execute command if the condition from a previous if statement is false. [edit] Parameters
[edit] Examplesif (server_var(var) < 5) do { es_xmsg <5 true es_xmsg multiple commands are possible with 'do' } else do { es_xmsg got to 'else' section! }
[edit] Notes
[edit] See also |
|
