Axe Software Forums
  Quest Developer Forum
  Arrays


Author Topic:   Arrays
Pikaflare posted 08-11-2001 22:22 GMT     
I want to use variables in QuestNet. if I can't do this please let me know. I will have a max of 4 characters. Can I use 1 status variable (hp) and use an array (%hp[1]%) or do I need four variables (hp1, hp2, hp3, hp4)? Please help if you can.

Maxpowr

Alex posted 08-11-2001 23:48 GMT          
I don't think you can use arrays in status variables either in Quest or QuestNet Server (I've not tried it - in Quest try setting up variables called hp[1], hp[2] etc. and if that doesn't work stick to hp1, hp2...). I'm quite sure status variables won't be displayed in QuestNet server yet though.
Pikaflare posted 09-11-2001 15:33 GMT          
Okay thanx. I guess that's something to be added to "The List". lol

Maxpowr