Difference between revisions of "LUA:SetMount"

(New page: == About == Sets a player or npcs mount using the model ID. So far this only seems to work on specific mount models.)
 
(About)
 
(4 intermediate revisions by 3 users 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
 +
<pre>
 +
function cast(Caster, Target)
 +
SetMount(Target, 1369)
 +
</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)