ID:171804
 
im talking in a magic panel and u dbl click an icon for it to activate n stuff. it would be helpful for a throw command like that plz
Make the spells objects and place them in the statpanel. Use their doubleclick function.
obj/spells
DblClick()
//what the spell does
mob/Stat()
statpanel("Spells",spells)
mob/var/list/spells
In response to Loduwijk
omg ludo >.< didnt u help me with that b4 on AIM last i played byond? lol
In response to Leahcim
im trying to code in a Throw command and once i code it in how would i get it into the Ninjitsu stat panel?
In response to Leahcim
Set its category.
mob/verb/MyVerb()
set category = "My Category"