ID:156086
 
Ok in my game I use proc's instead of verbs for the skills. so each different mob is special because no other can get their proc's without gm capability's. So my question is. How could I make a new proc that would add any 1 of the others to someone's list for a temp amount of time.

would I need to create a series of if statments for each indv proc or would their be a shorter way?
I dont understand..
This spot in the reference should provide you with what you are looking for.
In response to Taha123
It's hard to explain probably hasnt been done yet so ill get to working on trying to code it.
You're probably looking into having a proc being added into a player's verbs list from another proc. That other proc (not the one being added for player) will handle the time limit, and once it's over, remove the proc. Logouts would probably just remove the proc.

Or are you thinking more logically of like a tmp/proc ?