iff i have dfferent races what code do i put in to make each one have there own training state
turf
pb1
icon = 'train.dmi'
icon_state = "pb1"
density = 1
verb
Train()
if(usr.rest >= 1)
if(usr.Fly >= 1)
if(usr.train >= 1)
usr.underlays += 'train.dmi'
usr.train = 1
sleep(10)
usr.maxPl += 250
sleep(10)
usr.maxPl += 250
sleep(10)
usr.maxPl += 250
sleep(10)
usr.maxPl += 250
usr.train = 0
else
usr << "you are already training"
else
usr << "you are flying"
else
usr << "you are resting"
ID:168809
Aug 24 2005, 5:33 pm
|
|
Aug 24 2005, 5:38 pm
|
|
um...ok... make each of the vars into the the names of the train/fly/rest states of each race. Idk wer u want it so you implement it urself...
|
In response to Lou
|
|
i dont understand completly can sum1 explain or another pice of code
|
In response to Edge657123
|
|
obj Please use <.dm><./dm> tags(minus the periods) next time. -Sin() |