mob
PC
icon = 'PC.dmi'
Login()
icon_state = gender
usr.Move(locate(26,27,1))
world << "[usr] has joined us."
usr << "Welcome back"
..()
world << sound('village2.mid',1)
verb
say(msg as text)
world << "[usr]: [msg]"
verb
teleport()
if(Mp == >5)
Mp-=Mp
usr.Move(locate(26,27,1))
But when I compile, I get this error:
Missing left-hand argument to ></<>
ID:261905
Jan 3 2004, 10:51 am
|
|
Jan 3 2004, 11:00 am
|
|
if(MP >=5)
|