I was wondering how I would add another skill to the list provided when that person reaches a certain level. You start out with just blaze, once you level up to Level4, you learn breeze. So I would want to add a new skill to the list.
if(N == "Magic")
var/J = input("Please select from the list.","Magic")in list("blaze","exit")
For example, I reach level 4, and now the list shows
if(N == "Magic")
var/J = input("Please select from the list.","Magic")in list("blaze","breeze","exit")
ID:176236
Feb 4 2003, 6:07 pm
|
|
In response to Weedman
|
|
Wow, thanks, i'm not used to lists yet, but that sure as hell helped me out. Let me know if you need anything in the future, I will hook a brotha up fa sho. PEace Out.
<font color=silver> $$$><><$Branks$><><$$$</font color=silver> |
then you would do