summaryrefslogtreecommitdiff
path: root/src/emap/scriptdefines.h
AgeCommit message (Collapse)AuthorFilesLines
2019-01-23Update from herculess20190211Andrei Karas1-1/+1
2016-08-17Add function for convert label to int and int to label.Andrei Karas1-0/+3
New functions: getlabel - get label and return int tolabel - get int and return label
2016-01-29Change script function requestitemsindex to return value.Andrei Karas1-0/+18
2016-01-29Change script function requestitems to return value.Andrei Karas1-1/+1
2016-01-28Change script function requestlang to return value.Andrei Karas1-1/+1
2016-01-16Add script command for show link to item with cards by inventory index.Andrei Karas1-0/+10
New script command: getinvindexlink n
2015-09-28Update copyright year.Andrei Karas1-1/+1
2015-09-27Allow set/get npc sex by working with variable '.sex'.Andrei Karas1-0/+10
2015-08-21Add script function failedrefindex and some macro.Andrei Karas1-8/+41
New function: failedrefindex index index - inventory item index Example: failedrefindex .@itemid;
2015-08-21Add script functions requestItemIndex and requestItemsIndex.Andrei Karas1-1/+1
This functions request from player inventory indexes for items. Example: requestItemIndex @item; requestItemsIndex @item$, num;
2015-07-04Rename login/char/map dirs to elogin/echar/emap for avoid conflicts with ↵Andrei Karas1-0/+55
hercules.