mob/verb/Test()
usr<CLICK")
sleep(1)
usr<<"[hi]"
It gives me a missing expression error why?</<browse>
ID:266552
![]() Apr 6 2002, 4:41 pm
|
|
You can't put an expression like "usr.hi+=1" inside brackets like that. What were you trying to do with this code?