diff --git a/src/gamecore/tasks/ComplexSkillAISourcePropertyCompare.vue b/src/gamecore/tasks/ComplexSkillAISourcePropertyCompare.vue
new file mode 100644
index 0000000..3e8930b
--- /dev/null
+++ b/src/gamecore/tasks/ComplexSkillAISourcePropertyCompare.vue
@@ -0,0 +1,28 @@
+
+
+
+
+
+ {{ node.TargetPropertyType }} is
+ {{ node.CompareType ?? "Equal" }} to
+ {{ node.CompareValue?.Value ?? 0 }}
+
+
+
+
+
\ No newline at end of file
diff --git a/src/gamecore/tasks/SetEntityActionState.vue b/src/gamecore/tasks/SetEntityActionState.vue
new file mode 100644
index 0000000..f703330
--- /dev/null
+++ b/src/gamecore/tasks/SetEntityActionState.vue
@@ -0,0 +1,31 @@
+
+
+
+
+
+ {{ node.ActionState === false ? "Disable" : "Enable" }}
+
+ 's
+
+ action
+
+ with name {{ node.UniqueName }}
+
+
+
+
+
+
\ No newline at end of file