Satisfy Issue 852: Implement way to stop\start single non-fullperm script in modiable objects

This commit is contained in:
Lirusaito
2013-07-19 08:45:30 -04:00
parent 863c35710f
commit 7f57dd24d8
2 changed files with 41 additions and 0 deletions

View File

@@ -25,6 +25,12 @@
name="Task Remove" width="128">
<on_click filter="" function="Inventory.DoToSelected" userdata="delete" />
</menu_item_call>
<menu_item_call label="Set Not Running" name="Task Set Not Running">
<on_click filter="" function="Inventory.DoToSelected" userdata="stop_script" />
</menu_item_call>
<menu_item_call label="Set Running" name="Task Set Running" width="128">
<on_click filter="" function="Inventory.DoToSelected" userdata="start_script" />
</menu_item_call>
<menu_item_call bottom_delta="-18" height="18" label="Empty Trash" left="0" mouse_opaque="true"
name="Empty Trash" width="128">
<on_click filter="" function="Inventory.EmptyTrash" userdata="rename" />