Okay, I know how to add verbs and stuff... but I'm trying to figure out how to add and remove clumps with just a line of code... I was thinking something like...
mob/clump/verb
here()
verb=1
heretoo()
verbs=1
mob/verb/clumping()
if(src.clumping=0)
src.verbs+=/mob/clump/verb
src.clumping=1
else
src.verbs-=/mob/clump/verb
src.clumping=0
ID:165444
![]() Dec 23 2006, 10:57 am
|
|
![]() Dec 23 2006, 11:30 am
|
|
I want to get this part of my coding done without having to go for the dumb way of adding in a verb 1 by one... less code per page is better sometimes... and this is one of those times...
|
mob/special/verb |