Okay Im trying to finish up this system by tonight so if someone could help REAL fast, thanks. Okay heres the problem, Im getting a runtime because im referancing to a list that is empty, but to the code before that proc is called, i check if its empty then, and if it is, return, so it shouldnt be going to that proc to referance the list. Heres the code where it checks and goes
if(monstergroup.len)
if(monsterinparty)
UrMonsterBattle(enemy)
spawn()MasterBattle(enemy,enemy2)
else
spawn()MasterBattle(enemy,enemy2)
return
else
return
I clearly check in that if(monstergroup.len) and if it isnt, it shouldnt be going to UrMonsterBattle, which has the error because its referanceing to the list which is empty. Why is it going to the proc anyway? Please help!
Lummox JR