16-12-2006, 01:26 AM
Probably a crappy way to do it but couldnt you just...
if they have enough stuff then you set a variable such as.... ENOUGHGOLD = 1
Then right before the exit sub you have something like...
if ENOUGHGOLD 1 Then
msg "You do not have enough money!"
something along those lines?
if they have enough stuff then you set a variable such as.... ENOUGHGOLD = 1
Then right before the exit sub you have something like...
if ENOUGHGOLD 1 Then
msg "You do not have enough money!"
something along those lines?