Take storage: Difference between revisions
Jump to navigation
Jump to search
imported>StDoodle mNo edit summary |
imported>Heeheehee m Expanded on the CLI equivalent (added another one). |
||
Line 23: | Line 23: | ||
see_also={{SeeAlso|take_closet|take_display|take_stash}}| | see_also={{SeeAlso|take_closet|take_display|take_stash}}| | ||
cli_equiv=The CLI | cli_equiv=The CLI commands "pull" and "hagnk" function similarly.| | ||
}} | }} |
Revision as of 04:44, 28 March 2010
needs(code_samples);
Function Syntax
boolean take_storage(int qty ,item it )
- qty is the quantity to move
- it is the item to move
Attempts to move qty of it from Hagnk's Ancestral Storage to your main inventory. Returns true if the move succeeds and false if it does not.
CLI Equivalent
The CLI commands "pull" and "hagnk" function similarly.
See Also