mob/Login()
src.random = rand (1,2)
if(src.rand == 1)
src.loc = locate(123,7,2)
if(src.rand == 2)
src.loc = locate(107,7,2)
so my problem is i want it it to randomizt the login screens because i have 2 of them but i keep geting this
Naruto Ultimate Ninja Heroes.dm:7:error:rand:undefined proc
Naruto Ultimate Ninja Heroes.dm:8:error:src.rand:undefined var
Naruto Ultimate Ninja Heroes.dm:10:error:src.rand:undefined var
Naruto Ultimate Ninja Heroes.dm:8:error::invalid expression
if(src.random == 1)