var/hand1=rand(1,11)
be recalled or made to do the rand() agin after i have done used the var once?
ID:270373
![]() Apr 7 2006, 12:32 pm
|
|
Ok i was wondering how would i go about makeing a var such as
var/hand1=rand(1,11)
be recalled or made to do the rand() agin after i have done used the var once? |
well not realy what i was looking for but i dont know how to explain what im trying to do so ill show the code i am needing it on.
mob/verb/Black_Jack() see in my blackjack game i am needing it to recreate the same var sevral times. but i have no clue on how to go about doing this. |
So you want each of those re-defined somewhere else in that verb? If so:
mob/verb/Black_Jack() O-matic |
Try that.