[2.3] is this possible?

Join Discord

SabreMir

Dedicated Member
Dedicated Member
Jul 21, 2012
114
2
45
right have changed stackable items to be non stackable due to dup bug, but is it possible to make these items now be bundled by using String? if so how would i go about this ??

all help welcomed and thanx
 
Last edited:
  • Like
Reactions: warblade

Lucafer

LOMCN Veteran
Veteran
May 15, 2008
419
1
65
Newbury,Berks
think it would be

[@bundle]
#IF
CHECKITEM BLAH 5
CHECKITEM string 1
#ACT
TAKEITEM blah 5
TAKEITEM string 1
GIVEITEM blahbundle
#ELSEACT
goto @no


[@no]
sory u dont have the required items//
[exit/@exit]


not sure if script is correct but its just a rough example
 
Last edited:
  • Like
Reactions: SabreMir
Upvote 0