summaryrefslogtreecommitdiff
path: root/src/map/script.h
blob: 15efc006635a7f7d8cad89c150db35a673d9acd2 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
// Copyright (c) Copyright (c) Hercules Dev Team, licensed under GNU GPL.
// Copyright (c) 2014 Evol developers

#ifndef EVOL_MAP_SCRIPT
#define EVOL_MAP_SCRIPT

BUILDIN(l);
BUILDIN(lg);
BUILDIN(setCamNpc);
BUILDIN(restoreCam);
BUILDIN(npcTalk3);
BUILDIN(closeDialog);
BUILDIN(shop);
BUILDIN(getItemLink);
BUILDIN(requestLang);
BUILDIN(getq);
BUILDIN(setq);
BUILDIN(getNpcDir);
BUILDIN(setNpcDir);
BUILDIN(rif);
BUILDIN(countItemColor);
BUILDIN(miscEffect);

#endif  // EVOL_MAP_SCRIPT