Update Variables type's information authored by SharkGirl kunjang's avatar SharkGirl kunjang
...@@ -15,6 +15,11 @@ generally interchangeable and MythicMobs will do its best to apply ...@@ -15,6 +15,11 @@ 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 Setvariable and set "type" to Integer or Float,and set
"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
variable's value will be a string: "<caster.var.MM> * 2"
**Current Types**: **Current Types**:
...@@ -93,4 +98,4 @@ However, if we did this: ...@@ -93,4 +98,4 @@ However, if we did this:
setVariable{var=target.title;value="Sir"} @trigger ~onInteract setVariable{var=target.title;value="Sir"} @trigger ~onInteract
...somewhere along the line, even with a different mob, the first mob ...somewhere along the line, even with a different mob, the first mob
would say "Hello there, Sir". would say "Hello there, Sir".
\ No newline at end of file