Advertisement
Guest User

Untitled

a guest
Mar 25th, 2017
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.30 KB | None | 0 0
  1. class UnInstall: ExileAbstractAction
  2. {
  3. title = "Uninstall";
  4. condition = "isNull (attachedTo ExileClientInteractionObject) && !((ExileClientInteractionObject getvariable ['ExileOwnerUID',1]) isEqualTo 1)";
  5. action = "_this spawn ExileClient_object_container_supplyBox_uninstall";
  6. };
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement