DeathCheck()
if(src.hp <= 0)
src << "You have died!"
sleep(10)
src.loc=locate(7,7,1)
else
del(src)
Die()
Problem description:
ok this might not be it, but when i kill an enemy..he dies...but afterwards i cant move nor attack anymore. the game basically freezes..anyone know wtf happend?