Moderator
M
Moderator
13:15, 23rd Dec 2009
The_Reborn_Devil:
The triggers look good and there are no leaks.
I do have some things I must point out:

And you should make it possible to add/remove items you can get.
One solution is just adding another variable which you can f.ex. call "Max_Dig_Items" and replace all
Rating: Useful
The_Reborn_Devil:
The triggers look good and there are no leaks.
I do have some things I must point out:
-
(Random real number between 1.00 and 100.00)
And you should make it possible to add/remove items you can get.
One solution is just adding another variable which you can f.ex. call "Max_Dig_Items" and replace all
-
(Random integer number between 1 and 10)
-
(Random integer number between 1 and Max_Dig_Items)
Rating: Useful