Code:mob
var/dice=0
New()
..()
dice = roll(1,6)
verb
dice()
world << "[usr] Rolls a D6 and gets a [dice]"
Problem description: so i have been searching all the documentaition i can find and ive been trying to learn and ive been searching the web for an anser, but i just cant get no luck. so i decided to ask here an hope someone will help. im new to this an find it pretty neet im tryin to make a board game to play with my friends. ill come to other obsticles as i go but my first one is this. i am trying to make a roll dice i have figured out a bit i do got the code set to set the var an display the var as text with a message but the var message is the same everytime from the first roll. i know im just laking a line to reset the var but i cant figure out that line so some help would be very nice. thank you