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
ID:271726
Sep 26 2007, 5:36 am (Edited on Sep 26 2007, 6:13 am)
|
|
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 |
POST the DM code your using for the Secnodd inventory.