diff --git a/Attack_Spell_Manager.xml b/Attack_Spell_Manager.xml
index 72ce76b..0c4133d 100644
--- a/Attack_Spell_Manager.xml
+++ b/Attack_Spell_Manager.xml
@@ -15,15 +15,19 @@
save_state="y"
date_written="2017-03-18 06:04:52"
requires="4.98"
- version="1.0"
+ version="1.1"
>
displays this help
as * ---> sets attack spell to *
+ae * ---> sets attack spell to *
as ---> displays attack spell
+ae ---> displays area attack spell
cs * ---> casts attack spell on mob *
cs ---> casts attack spell
+ce ---> casts area attack spell
+
]]>
@@ -82,6 +86,33 @@ ColourNote ("red", "blue", "Attack Spell set to : %1")
enabled="y"
>
+
+ SetVariable ("area_attack_spell", "%1")
+ColourNote ("red", "blue", "Area Attack Spell set to : %1")
+
+
+ c '@area_attack_spell'
+
+
+ ColourNote ("red", "blue", "Area Attack Spell : @area_attack_spell")
+
+