Guest User

Untitled

a guest
Jan 23rd, 2018
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1. #include "zcommon.acs" // must be at start of (every ACS script)
  2.  
  3. script 1 OPEN // OPEN means that this script will execute in start of map.
  4. {
  5. print(s:"message"); // Always remember the ; after every script commands.
  6. }
Add Comment
Please, Sign In to add comment