You are viewing an old version of this page. Return to the latest version.
Version of 12:32, 1 March 2021 by I need to Update My Profile
No categories assigned
LUA:MakeRandomFloat
- Last edited 4 years ago by I need to Update My Profile
LUA Functions: MakeRandomFloat()
Sends the given player to their bind point.
Syntax
MakeRandomFloat(min, max)
Parameters
- param1 MinVal
- param2 MaxVal
Usage
function cast(Caster, Target)
local Buff = MakeRandomFloat(1.1, 2.2)
AddSpellBonus(Target, 600, Buff)
end