setSpeech: Difference between revisions

From RPTools Wiki
Jump to navigation Jump to search
No edit summary
 
(5 intermediate revisions by 3 users not shown)
Line 2: Line 2:
{{MacroFunction
{{MacroFunction
|name=setSpeech
|name=setSpeech
|version=1.3b48
|description=
|description=
Sets the [[Token:speech|speech]] value from the [[Token:Current Token|Current Token]].
Sets the [[Introduction to Tokens#Speech|Speech]] value from the [[Current Token]].


|usage=
|usage=
<source lang="mtmacro" line>
<syntaxhighlight lang="mtmacro" line>
[h: setSpeech(name, value)]
setSpeech(name, value)
</source>
</syntaxhighlight>
}}
}}
[[Category:Speech Function]]
[[Category:Speech Function]]

Latest revision as of 20:34, 14 March 2023

 This article is a stub, you can help the RPTools Wiki project by contributing content to expand this article.

setSpeech() Function

Introduced in version 1.3b48
Sets the Speech value from the Current Token.

Usage

setSpeech(name, value)