S
2. Open your mission.sqm in the editor and go to a ATM and add then add the following to the init line of the NPC:
this addAction["Rob ATM",life_fnc_robATM];
step: 3
Go back to your root directory and open functions.hpp, once opened, find class Functions and at the end of the block add:
class robATM {};
4. ReCompile your mission and enjoy!