Action RPG Framework

by Forum_account
Action RPG Framework
A framework for developing action RPGs.
ID:767864
 
Resolved
BYOND Version:494
Operating System:Windows 7 Home Basic 64-bit
Web Browser:Chrome 19.0.1084.46
Applies to:Dream Maker
Status: Resolved (2)

This issue has been resolved.
Was looting a slime thing in your demo game and when I clicked a spot that was empty I got this error.


runtime error: Cannot read null.stack_size
proc name: get item (/mob/proc/get_item)
source file: player-inventory.dm,94
usr: Rockeyx2 (/mob)
src: Rockeyx2 (/mob)
call stack:
Rockeyx2 (/mob): get item(null)
/LootWindow (/LootWindow): key down("space", Rockeyx2 (/client))
Rockeyx2 (/client): KeyDown("space")


Should be an easy fix. Thanks!
In response to Forum_account
Forum_account wrote:
Should be an easy fix. Thanks!

It's no problem at all! Thank you for putting out so many libraries and such to help out others.
Forum_account resolved issue