Runes of Magic Wiki
Register
Advertisement
English This page is in English, but other language translations are supported (see flags to right).
EnglishEspañolLanglinks template subpage


Returns the character string of a given option.

GetSpeakOption(number)

Parameters[ | ]

Arguments[ | ]

number
a numeric value according to the number of options in the dialog

Returns[ | ]

The character string of the given number option

Example[ | ]

/run DEFAULT_CHAT_FRAME:AddMessage(GetSpeakOption(1))
Advertisement