Action RPG Framework

by Forum_account
Action RPG Framework
A framework for developing action RPGs.
ID:1162273
 
If I just play the demo in the rpg framework and reboot I get this:

runtime error: Cannot read null.abilities
proc name: New (/MyCustomHud/New)
source file: custom-hud.dm,30
usr: null
src: /MyCustomHud (/MyCustomHud)
call stack:
/MyCustomHud (/MyCustomHud): New(null)
the mob (/mob): Read(saves\\chwgt (/savefile))
Chwgt (/client): load()
Chwgt (/client): New()
runtime error: bad number
proc name: New (/HudListBox/New)
source file: hud.dm,121
usr: null
src: /HudListBox (/HudListBox)
call stack:
/HudListBox (/HudListBox): New(null, null, null)
the mob (/mob): Read(saves\\chwgt (/savefile))
Chwgt (/client): load()
Chwgt (/client): New()

With the lib added to my game, if I try to load a savefile I get this:

Unrecognized or inaccessible verb: KeyDown
Unrecognized or inaccessible verb: KeyUp

With lib added and don't try loading or editing savefile I get this:

runtime error: list index out of bounds
proc name: new character (/mob/new_character)
source file: Mobs.dm,125
usr: the temporary (/mob/temporary)
src: Chris (/mob)
call stack:
Chris (/mob): new character()
Chwgt (/client): new character(4)
select(null)
key down("space", Chwgt (/client))
Chwgt (/client): KeyDown("space")