Difference between revisions of "LUA:SetMount"

(fucking spammers Undo revision 4219 by Iheqidela (talk))
(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
 +
/pre
 +
Function Cast
 +
function cast(Caster, Target)
 +
SetMount(Target, 1369)
 +
/pre

Revision as of 11:11, 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 /pre Function Cast function cast(Caster, Target) SetMount(Target, 1369) /pre