Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- class ATM
- {
- targetType = 2;
- target = "Empty";
- class Actions
- {
- class GetYourCash: ExileAbstractAction
- {
- title = "Access your account";
- condition = "((cursorTarget isKindOf 'Land_Atm_01_F' || cursorTarget isKindOf 'Land_Atm_02_F'))";
- action = "spawn ExileClient_gui_lockerDialog_show";
- };
- };
- };
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement