We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
This command retrieves the value of the element of given array at given index. This is equivalent to using:
array[index]
The reason for this is, that this short form is internally converted into a call to getelementofarray, when the script is loaded.
[[if]](@varl!=@vars) { [[mes]] "This will never be shown"; }
Category:Script Command