Difference between revisions of "LUA:SetMount"
(→About) |
(→About) |
||
| Line 2: | Line 2: | ||
Sets a player or npcs mount using the model ID. So far this only seems to work on specific mount models. | Sets a player or npcs mount using the model ID. So far this only seems to work on specific mount models. | ||
| + | |||
usage | usage | ||
<pre> | <pre> | ||
| − | |||
function cast(Caster, Target) | function cast(Caster, Target) | ||
SetMount(Target, 1369) | SetMount(Target, 1369) | ||
</pre> | </pre> | ||
Latest revision as of 11:12, 15 November 2019
About
Sets a player or npcs mount using the model ID. So far this only seems to work on specific mount models.
usage
function cast(Caster, Target) SetMount(Target, 1369)