TakeInventory

From Eternity Wiki
Jump to navigationJump to search

Description[edit]

This is an ACS built-in function.

Takes (removes) one or more items from player's inventory.

Usage[edit]

void TakeInventory(str item_name, int amount)

Parameters[edit]

  • item_name: name of inventory items to remove
  • amount: how many to remove

Return value[edit]

Examples[edit]

No examples given.

Notes[edit]

No particular notes.

This function's identification in zspecial.acs is: ACS internal.

See also[edit]