Changes
Page history
Update Variables
authored
Aug 05, 2021
by
SharkGirl kunjang
Show whitespace changes
Inline
Side-by-side
Skills/Variables.md
View page @
1b093748
...
@@ -14,11 +14,11 @@ variable is initialized using the
...
@@ -14,11 +14,11 @@ variable is initialized using the
generally interchangeable and MythicMobs will do its best to apply
generally interchangeable and MythicMobs will do its best to apply
certain variables to whatever situation is asked, however it will throw
certain variables to whatever situation is asked, however it will throw
an error if you try to use a variable type for something that makes no
an error if you try to use a variable type for something that makes no
sense
.
sense
When u use
S
etvariable and set "type" to Integer or Float,and set
When u use
[
setVariable
](
/skills/mechanics/s
etvariable
)
and set "type" to Integer or Float,and set
"value" to other variables(such as
<caster.var.MM>
*
2),the set variable's
"value" to other variables(such as
<caster.var.MM>
*
2),the set variable's
value will be a value: "
<caster.var.MM>
's value
*
2",if set "type" to String,the set
value will be a value: "
<caster.var.MM>
's value
*
2",if set "type" to String,the set
variable's value will be a string: "
<caster.var.MM>
*
2"
variable's value will be a string: "
<caster.var.MM>
*
2"
.
**Current Types**
:
**Current Types**
:
...
...
...
...