i was able to make picture beside the items but whem i try to make it for my attack the pic don't show. i was wondering
is it b/c items panel
i used
statpanel("Inventory",contents)
but for attack i use direct
mob
verb/Bunshin()
set name = "Clones"
set desc = "clone"
set category = "Jutsu" // here
if some how you understood me plz help ;)
ID:166573
![]() Jul 19 2006, 8:27 pm
|
|
![]() Jul 19 2006, 11:36 pm
|
|
for all that i know you cannot create verbs that have icons as they are simply procs initiated by the user
|
You can't do that with a verb. If you want to what you're asking, you'll have to create a list of objects, each with its own Click() proc that sets off its intended command. Once you've created one for each of your commands you must display them in your statpannel just like your inventory.
|