script_def.inc 298 B

1234567891011
  1. // Copyright (c) rAthena Dev Teams - Licensed under GNU GPL
  2. // For more information, see LICENCE in the main folder
  3. /**
  4. * Custom Script Commands
  5. * Place the definition of custom script commands in this file.
  6. * Format:
  7. * BUILDIN_DEF(command_name,"parameters"),
  8. **/
  9. //BUILDIN_DEF(example,""),