You are viewing an old version of this page. Return to the latest version.
Difference between revisions of "LUA:SetMount"
(→About) |
(→About) |
||
| (One intermediate revision by the same user not shown) | |||
| 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> | |
| − | |||
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)