FutureProg functions
get
Boolean get(Character who, Item thing, Item container, Number quantity, Text emote)
Contexts: computer function, computer program, standard futureprog
Has a character get an item from a container. Returns true if successful.
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
emote: An optional emote to accompany the action
Boolean get(Character who, Item thing, Item container, Text emote)
Contexts: computer function, computer program, standard futureprog
Has a character get an item from a container. Returns true if successful.
who: The character getting the item
thing: The item being gotten
container: The container the item is being taken from
emote: An optional emote to accompany the action
Boolean get(Character who, Item thing, Number quantity, Text emote)
Contexts: computer function, computer program, standard futureprog
Has a character pick up an item. Returns true if successful.
who: The character getting the item
thing: The item being gotten
quantity: The number of items to get, or 0 for the whole stack
emote: An optional emote to accompany the action
Boolean get(Character who, Item thing, Text emote)
Contexts: computer function, computer program, standard futureprog
Has a character pick up an item. Returns true if successful.
who: The character getting the item
thing: The item being gotten
emote: An optional emote to accompany the action
Contexts: computer function, computer program, standard futureprog
Has a character get an item from a container. Returns true if successful.
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
emote: An optional emote to accompany the action
Boolean get(Character who, Item thing, Item container, Text emote)
Contexts: computer function, computer program, standard futureprog
Has a character get an item from a container. Returns true if successful.
who: The character getting the item
thing: The item being gotten
container: The container the item is being taken from
emote: An optional emote to accompany the action
Boolean get(Character who, Item thing, Number quantity, Text emote)
Contexts: computer function, computer program, standard futureprog
Has a character pick up an item. Returns true if successful.
who: The character getting the item
thing: The item being gotten
quantity: The number of items to get, or 0 for the whole stack
emote: An optional emote to accompany the action
Boolean get(Character who, Item thing, Text emote)
Contexts: computer function, computer program, standard futureprog
Has a character pick up an item. Returns true if successful.
who: The character getting the item
thing: The item being gotten
emote: An optional emote to accompany the action