setSightType: Difference between revisions
Jump to navigation
Jump to search
m (Conversion script moved page SetSightType to setSightType: Converting page titles to lowercase) |
No edit summary |
||
Line 7: | Line 7: | ||
|usage= | |usage= | ||
< | <syntaxhighlight lang="mtmacro" line> | ||
setSightType(type) | setSightType(type) | ||
setSightType(type, id) | setSightType(type, id) | ||
setSightType(type, id, mapname) | setSightType(type, id, mapname) | ||
</ | </syntaxhighlight> | ||
'''Parameters''' | '''Parameters''' |
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.
setSightType() Function
• Introduced in version 1.3b48
Sets the type of sight that the Current Token has.
Usage
setSightType(type)
setSightType(type, id)
setSightType(type, id, mapname)
Parameters
type
- The type of sight to set.id
- Theid
of the token to set the sight. Defaults to the Current Token.Note: This parameter can only be used in a Trusted Macro.
mapname
- The name of the map to find the token. Defaults to the current map.
Version Changes
- 1.5.4 - Added
id
andmapname
parameter options.