summaryrefslogtreecommitdiff
path: root/src/emap/script_buildins.c
AgeCommit message (Collapse)AuthorFilesLines
2016-06-19Use exname in setnpcdir command.Andrei Karas1-1/+1
2016-06-15add hashtable functionsJoseph Botosh1-0/+181
htnew, htdelete, htput, htget, htclear, htsize htiterator, htinextkey, hticheck, htidelete
2016-06-12From script function npcwalkto return status code about is moving possible ↵Andrei Karas1-3/+3
or not. false mean error happend. true mean moving is working.
2016-04-28Fix different warnings.Andrei Karas1-5/+5
2016-03-30Add script command failedremovecardsindex.Andrei Karas1-0/+85
For remove all cards from item by inventory index.
2016-03-30Add script command successremovecardsindex.Andrei Karas1-0/+65
For remove all cards from item by inventory index.
2016-03-30Split script.c into buildins and other script functions.Andrei Karas1-0/+1655