Difference between revisions of "LUA:SetMount"

(About)
(About)
Line 3: Line 3:
 
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
 
Function Cast
 
function cast(Caster, Target)
 
function cast(Caster, Target)
 
SetMount(Target, 1369)
 
SetMount(Target, 1369)
/pre
+
</pre>

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
function cast(Caster, Target)
SetMount(Target, 1369)