var/battlewaitinglist[] |
Proc is being called from a users verb now... usr=me src=null mob/M=usr... but .Add is undefined?! I've also tried:
var/battlewaitinglist[] null.Add() |
-Nova
ID:148542
Jan 4 2003, 2:58 pm
|
|||
Gah, I now officially hate lists.
Proc is being called from a users verb now... usr=me src=null mob/M=usr... but .Add is undefined?! I've also tried:
-Nova | |||
#1 Jan 4 2003, 3:08 pm
|
|
Try battlewaitinglist = list(), or battlewaitinglist = new()
| |
Nadrew wrote:
Try battlewaitinglist = list(), or battlewaitinglist = new() var/list/battlewaitinglist = list() crashes. var/battlewaitinglist = list() compile errors. *sigh* What I've got now:
-<font color="#ffff00">Nova</font> | ||
I feel like an idiot. Take a look at my while loop... is cur ever incresed? No. Infinite loop... amazing isn't it? Place a cur++ and everything works great, thanks for all the help, I'm learning.
| |