* Umbala Spirit doesn't have a slot. (bugreport:8039) Signed-off-by: Euphy <euphy@rathena.org>
20 lines
388 B
HTML
20 lines
388 B
HTML
// Copyright (c) Athena Dev Teams - Licensed under GNU GPL
|
|
// For more information, see LICENCE in the main folder
|
|
|
|
/**
|
|
* Custom Script Commands
|
|
* Place the body of custom script commands in this file.
|
|
* Format:
|
|
* BUILDIN_FUNC(command_name)
|
|
* {
|
|
* <code>;
|
|
* }
|
|
**/
|
|
|
|
//BUILDIN_FUNC(example)
|
|
//{
|
|
// ShowInfo("buildin_example: It works!\n");
|
|
// script_pushint(st,1);
|
|
// return 0;
|
|
//}
|