ok well I'm trying to set my category as a var, making clans and want the verbs to go in a clan panel. Here is what I'm doing and the error I get (I didn't used to get this)
= : bad text
set category = "[usr.clanname]"
ID:261427
![]() Mar 15 2002, 3:40 pm
|
|
![]() Mar 15 2002, 3:49 pm
|
|
Set category is for text strings only:P
|
Himura Kenshin wrote:
ok well I'm trying to set my category as a var, making clans and want the verbs to go in a clan panel. Here is what I'm doing and the error I get (I didn't used to get this)try this.. set category = "[clanname]" I'm taking this is listed under mob/ LJR |
Himura Kenshin wrote:
ok well I'm trying to set my category as a var, making clans and want the verbs to go in a clan panel. Here is what I'm doing and the error I get (I didn't used to get this) The category text must be a constant. (At least that's what my backup test with "[rand(0,4)]" told me.) usr.clanname is not constant. You may have better luck just setting the category equal to "Clan". |