ID:271726
 
I got a drop verb that works for my default things, but then i want my drop verb to work for my (SECONDARY INVENTORY) so how would i make it so everything in that list would have the drop verb associated to it?.

ive tried this - set src in SecondInventory

SecondInventory is a list of items.

TwoTimesInventory.dm:48:error:usr.SecondInventory:unsupporte d src setting
Super Silly Stuart wrote:
I got a drop verb that works for my default things, but then i want my drop verb to work for my (SECONDARY INVENTORY) so how would i make it so everything in that list would have the drop verb associated to it?.

ive tried this - set src in SecondInventory

SecondInventory is a list of items.

TwoTimesInventory.dm:48:error:usr.SecondInventory:unsupporte d src setting

POST the DM code your using for the Secnodd inventory.
In response to Fusioneko
THIS IS EXACTLY WHATS ERRORING, thats all u need....

SecondInventory is just a list with an item in it...
In response to Super Silly Stuart
in any istance u cant use (set src in (ANY LIST ANYONE MAKES EVER))
http://developer.byond.com/docs/ref/4.0/info.html#/verb/set/ src

As you can see in the Args part, for "set src in X", X can only be view(), oview(), world, world.contents, usr, usr.contents and usr.loc
In response to GhostAnime
i know that, so how do i make the drop verb apply only to things in that list?

meaning so things in that list are the only items via the drop verb