ID:142310
 
Code:
                    usr.random = rand(1+[usr.fishing], 50+[usr.fishing])


Problem description:I'm sure I missed something completely obvious, but for some reason I get the following two errors when I use this code.

Turfs.dm:36:error::expected 1 arg
Turfs.dm:36:error::expected 1 arg


Get rid of the [ ]'s around your vars.
In response to Foomer
Thanks, hmm... I guess that should make sense...