- 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>
12 lines
297 B
SQL
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,""),
|