How do i go about Making Weighted Clothing? Does Weighted Clothing and When u take it off your powerlevel increases abit?
How do i go about this?
ID:169069
![]() Jul 31 2005, 10:20 pm
|
|
So if this is the coding for the wearing and unwearing code here it is
verb How can include this into my wearing code? |
Incidentally, you can leave out all those 'src.'s. If no source for a variable is specified, Dream Maker assumes src.
|
Heh, Jp, you havnt looked at a zeta source lately have you? Everything that could be left as is has a src. in front of it. Now all the newb coders who learn from zeta think they need to do that. :P
|
AJX wrote:
Heh, Jp, you havnt looked at a zeta source lately have you? Everything that could be left as is has a src. in front of it. Now all the newb coders who learn from zeta think they need to do that. :P So? I specifically like to know which variable belongs to what. That, and I know specifically that the variable I'm setting isn't a temporary one. |
Step One:
-In your equip proc/verbs make it so that if you're putting on these clothes your power level drops.
Step Two:
-In your unequip proc/verbs reverse that operation if you're unequipping these clothes.
Now in a more advanced model you'd want to make it so that when you get EXP (or gain PL, or whatever) your clothes effect how much you gain.
So what you'd want to do is go to any place where you add EXP and make it check to see if you're wearing these clothes, and if so increase your EXP by a little more.