Runes of Magic Wiki
Advertisement

Returns a boolean value depending upon the macro button index given.

boolean = HasMacro(index)

Parameters

Arguments

index - The macro button index. 1 through 49

Returns

boolean
true|false - If user has a macro in macro button 1-49


Example

local has_macro = HasMacro(10);

Notes

Related Functions

Advertisement