Added "get_current_inven_size" script function.

This commit is contained in:
NovaRain
2018-09-21 19:23:35 +08:00
parent 76ea3ed383
commit bbe789d013
7 changed files with 14 additions and 1 deletions
@@ -497,6 +497,9 @@ Some utility/math functions are available:
> void sfall_func1("dialog_message", string text)
- displays a message in the NPC response window in dialog or barter screen
> int sfall_func1("get_current_inven_size", object)
- returns the current inventory size of the container or the critter
------------------------
------ MORE INFO -------
------------------------