FutureProg functions
silentget
Boolean silentget(Character who, Item thing)
Contexts: computer function, computer program, standard futureprog
Has a character pick up an item with no associated emote.
who: The character getting the item
thing: The item being gotten
Boolean silentget(Character who, Item thing, Item container)
Contexts: computer function, computer program, standard futureprog
Has a character get an item from a container with no associated emote.
who: The character getting the item
thing: The item being gotten
container: The container the item is being taken from
Boolean silentget(Character who, Item thing, Item container, Number quantity)
Contexts: computer function, computer program, standard futureprog
Has a character get an item from a container with no associated emote.
who: The character getting the item
thing: The item being gotten
container: The container the item is being taken from
quantity: The number of items to get, or 0 for the whole stack
Boolean silentget(Character who, Item thing, Number quantity)
Contexts: computer function, computer program, standard futureprog
Has a character pick up an item with no associated emote.
who: The character getting the item
thing: The item being gotten
quantity: The number of items to get, or 0 for the whole stack
Contexts: computer function, computer program, standard futureprog
Has a character pick up an item with no associated emote.
who: The character getting the item
thing: The item being gotten
Boolean silentget(Character who, Item thing, Item container)
Contexts: computer function, computer program, standard futureprog
Has a character get an item from a container with no associated emote.
who: The character getting the item
thing: The item being gotten
container: The container the item is being taken from
Boolean silentget(Character who, Item thing, Item container, Number quantity)
Contexts: computer function, computer program, standard futureprog
Has a character get an item from a container with no associated emote.
who: The character getting the item
thing: The item being gotten
container: The container the item is being taken from
quantity: The number of items to get, or 0 for the whole stack
Boolean silentget(Character who, Item thing, Number quantity)
Contexts: computer function, computer program, standard futureprog
Has a character pick up an item with no associated emote.
who: The character getting the item
thing: The item being gotten
quantity: The number of items to get, or 0 for the whole stack