ID:145324
 
if(usr.maxpowerlevel >= 10000)
world << "Somone Has just advanced to Apprentice."

if (usr.maxpowerlevel >= 50000)
world << "Someone Has just advanced to Glow's Biatch."

if (usr.maxpowerlevel = 1000000)
world << "Someone Has just advanced to Personal Assassin."

mobs.dm:2622:error:usr.maxpowerlevel:duplicate definition
mobs.dm:2622:error:10000:duplicate definition
mobs.dm:2622:error:>= :instruction not allowed here
mobs.dm:2622:error::duplicate definition
mobs.dm:2625:error:usr.maxpowerlevel:duplicate definition
mobs.dm:2625:error:50000:duplicate definition
mobs.dm:2625:error:>= :instruction not allowed here
mobs.dm:2625:error::duplicate definition
mobs.dm:2628:error:usr.maxpowerlevel:undefined var
mobs.dm:2628:error::duplicate definition
mobs.dm:2623:error:world:duplicate definition
mobs.dm:2623:error:"Somone Has just advanced to Apprentice.":duplicate definition
mobs.dm:2623:error:<< :instruction not allowed here
mobs.dm:2623:error::duplicate definition
mobs.dm:2626:error:world:duplicate definition
mobs.dm:2626:error:"Someone Has just advanced to Glow's Biatch.":duplicate definition
mobs.dm:2626:error:<< :instruction not allowed here
mobs.dm:2626:error::duplicate definition
mobs.dm:2629:error:world:duplicate definition
mobs.dm:2629:error:"Someone Has just advanced to Personal Assassin.":duplicate definition
mobs.dm:2629:error:<< :instruction not allowed here
mobs.dm:2629:error::duplicate definition
We don't know any telepathy or mind reading for that matter. And only that code doesn't say a lot, does it.
In response to Mysame
net time put tin the problem address(cant remember the reak name) the little red text.
Try changing the usr to src...
In response to Derekjeterisgod
If you asked me, he just out that if() there without a proc, verb or whatsoever. If so, this is probably another rip (2000 lines and can't fix an if() statement?), and if so (which I don't doubt), scratch the whole code and go and read the DM Guide / ZBT's tutorial.
In response to Mysame
Rip's aren't a bad example of code to study from. Sure we don't want another rip and rips suck but, If you wanna see what a ok game looks like when done study the rip. If you want to code ur own game though yeah you should study ZBT.
In response to Animekid09
Rips AREN'T a bad example? What've you been smoking? Half of them are coded horrible. Learning from a gamesource that's not a library/demo/documentation = very bad, and hell if you'd learn a thing from it.
In response to Mysame
you sure that this pice of code isnt somewhere else in your game??