Advertisement
Guest User

Untitled

a guest
Jun 25th, 2017
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. ////////////////////////////////////////////////////////////////////
  2. // FILE NAME :
  3. // CREATED BY:
  4. // DATE      :
  5. ///////////////////////////////////////////////////////////////////
  6. // Modified By :
  7. // Date        :
  8. ////////////////////////////////////////////////////////////////////
  9. /*
  10. Notes
  11. /*
  12. #include "x2_inc_switches"
  13. void main()
  14. {
  15.         int nEvent =GetUserDefinedItemEventNumber();            
  16.         // Exit if not an activate event
  17.         if(nEvent !=  X2_ITEM_EVENT_ACTIVATE)return;
  18.         // Your script here
  19. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement