Advertisement
MGT

Untitled

MGT
Sep 15th, 2016
96
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.33 KB | None | 0 0
  1. class ATM
  2. {
  3. targetType = 2;
  4. target = "Empty";
  5. class Actions
  6. {
  7. class GetYourCash: ExileAbstractAction
  8. {
  9. title = "Access your account";
  10. condition = "((cursorTarget isKindOf 'Land_Atm_01_F' || cursorTarget isKindOf 'Land_Atm_02_F'))";
  11. action = "spawn ExileClient_gui_lockerDialog_show";
  12. };
  13. };
  14. };
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement