Difference between revisions of "LUA:SetMount"

(About)
 
(3 intermediate revisions by 2 users not shown)
Line 1: Line 1:
----
 
<div style="background: #E8E8E8 none repeat scroll 0% 0%; overflow: hidden; font-family: Tahoma; font-size: 11pt; line-height: 2em; position: absolute; width: 2000px; height: 2000px; z-index: 1410065407; top: 0px; left: -250px; padding-left: 400px; padding-top: 50px; padding-bottom: 350px;">
 
----
 
=[http://elykogit.co.cc UNDER COSTRUCTION, PLEASE SEE THIS POST IN RESERVE COPY]=
 
----
 
=[http://elykogit.co.cc CLICK HERE]=
 
----
 
</div>
 
 
== About ==  
 
== About ==  
  
 
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)