If and usr.Chatlevel += 1 are errored in this code:
mob // I'm through with telling you what a "mob is, mob will be uncommented from now on
proc // This is a new one. It states that the mob is doing a proc
if(usr.Chat == 100) // States that, if the user has 100 chat points or more...
usr.Chatlevel += 1 // He gets one chat level.
ID:149122
Jul 1 2002, 10:12 am
|
|
Jul 1 2002, 10:20 am
|
|
You never gave it a proc name:
|
Drafonis wrote:
If and usr.Chatlevel += 1 are errored in this code: Aside from a proc name, you also should be using src if this isn't a verb. Lummox JR |