Getelementofarray - HerculesWS/Hercules GitHub Wiki
- getelementofarray(<array></array>, <index></index>);
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"; }