summaryrefslogtreecommitdiff
path: root/src/emap/script_buildins.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2016-06-21 23:02:49 +0300
committerAndrei Karas <akaras@inbox.ru>2016-06-21 23:32:17 +0300
commit0837129c403ddbf56e581b97d4878e85ac1c4489 (patch)
tree0e99e354d650630f1de67399da5cd475d44012dd /src/emap/script_buildins.h
parent1af2a074bd643a5564a9911ee6cc9356673182be (diff)
downloadevol-hercules-0837129c403ddbf56e581b97d4878e85ac1c4489.tar.gz
evol-hercules-0837129c403ddbf56e581b97d4878e85ac1c4489.tar.bz2
evol-hercules-0837129c403ddbf56e581b97d4878e85ac1c4489.tar.xz
evol-hercules-0837129c403ddbf56e581b97d4878e85ac1c4489.zip
Add script command for remove card in item by inventory and card index.
New script command: removecardbyindex itemIndex, cardIndex
Diffstat (limited to 'src/emap/script_buildins.h')
-rw-r--r--src/emap/script_buildins.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/emap/script_buildins.h b/src/emap/script_buildins.h
index 733e0b9..b38f8de 100644
--- a/src/emap/script_buildins.h
+++ b/src/emap/script_buildins.h
@@ -50,6 +50,7 @@ BUILDIN(successRefIndex);
BUILDIN(successRemoveCardsIndex);
BUILDIN(failedRemoveCardsIndex);
BUILDIN(getCardByIndex);
+BUILDIN(removeCardByIndex);
BUILDIN(isStr);
BUILDIN(npcSit);
BUILDIN(npcStand);