ID:261427
 
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]"
Set category is for text strings only:P
In response to Super16
BUT I USED TO BE ABLE TO DO THIS!!!
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)

= : bad text
set category = "[usr.clanname]"
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)

= : bad text
set category = "[usr.clanname]"

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".