GiveInventory
From Eternity Wiki
Jump to navigationJump to search
Description
This is an ACS built-in function.
Gives inventory items to player activator.
Usage
void GiveInventory(str itemname, int amount)
Parameters
- itemname: name of item or power to give.
- amount: how much to give. If -1, then give maximum possible.
Return value
Examples
No examples given.
Notes
This function's identification in zspecial.acs is: ACC internal.