Files
rathena/src/custom/script_def.inc
Euphy a4fdc72e6d * Created src/custom/ folder for custom atcommands and script commands.
- A short, simple extension of atcommand.c and script.c that should help cut down on conflicts while updating.
- Concept credits to brAthena.

Signed-off-by: Euphy <euphy@rathena.org>
2013-08-31 02:04:32 -04:00

12 lines
297 B
SQL

// Copyright (c) Athena Dev Teams - Licensed under GNU GPL
// For more information, see LICENCE in the main folder
/**
* Custom Script Commands
* Place the definition of custom script commands in this file.
* Format:
* BUILDIN_DEF(command_name,"parameters"),
**/
//BUILDIN_DEF(example,""),