getSpeech: Difference between revisions
Jump to navigation
Jump to search
(linking to Speech section of Tokens page. Stub still needs expansion.) |
No edit summary |
||
Line 4: | Line 4: | ||
|version=1.3b48 | |version=1.3b48 | ||
|description= | |description= | ||
Returns the [[Introduction to Tokens#Speech|Speech]] value from the [[Current Token]]. | Returns the requested [[Introduction to Tokens#Speech|Speech]] value from the [[Current Token]]. | ||
|usage= | |usage= | ||
< | <syntaxhighlight lang="mtmacro" line> | ||
getSpeech( | getSpeech(id) | ||
</ | </syntaxhighlight> | ||
'''Parameters''' | |||
{{param|id|String ID for the desired speech.}} | |||
|example= | |||
Get the speech with the ID ''signature_line''. | |||
<syntaxhighlight lang="mtmacro" line> | |||
<b>[h: myline = getSpeech("signature_line")]</b> | |||
</syntaxhighlight> | |||
Returns: | |||
<b>It's clobberin time!</b> | |||
}} | }} | ||
[[Category:Speech Function]] | [[Category:Speech Function]] |
Revision as of 12:16, 25 October 2021
This article is a stub, you can help the RPTools Wiki project by contributing content to expand this article.
getSpeech() Function
• Introduced in version 1.3b48
Returns the requested Speech value from the Current Token.
Usage
getSpeech(id)
Parameters
id
- String ID for the desired speech.
Example
Get the speech with the ID signature_line.
<b>[h: myline = getSpeech("signature_line")]</b>
Returns:
It's clobberin time!