ID:167338
 
when a person selects what place there form like uchiha,inzuka or aburame i want this to show up in the stat panel like this stat("Clan,usr.clan") so when they pick what clan there from it'll say it in status panel the name of the clan.,also how do i get certain attacks to show up in certain panles i thik i need the set category code am i right or wrong sorry bout my english.
For the clan thing, you were almost right; you'd put:
mob/Stat()
statpanel("Stats")
stat("Clan:","[clan]")
It's that simple.
And for the category thing, it would be exactly like you said.
mob/verb/Test()
set category="Test"
src<<"test"

If you have any other questions, just ask.
In response to Ephraim
Thank you ^.^