ID:162145
 
Hello, i am trying to make a training code for my DBZ game my train verb is Meditate i need help i got all the rest of the code but i need help with this code i can give you any info or codes you need to help with you may reply on here or my email (email will be faster reply) [email protected]


Thank you in advance,

Cara AKA dano
Please help *bump*
Need more info. I have no idea what your design is for this verb...

1. Where should this verb be available?
a) anywhere
b) on a certain tile
c) near a certain object

2. Who should this verb be available to?
a) any character
b) only some kinds of characters

3. When should this verb be available?
a) any time
b) only after you've completed a quest
c) only after you've achieved a certain skill

4. Should this verb cost anything?

5. Should this verb provide anything?

6. Should the costs or provisions change as the character practices it?

7. Does it take time to do?

8. Do you have to wait before doing it again?
In response to Traztx
Traztx wrote:
Need more info. I have no idea what your design is for this verb...

1. Where should this verb be available?
a) anywhere

2. Who should this verb be available to?
a) any character

3. When should this verb be available?
a) any time

4. Should this verb cost anything?
no
5. Should this verb provide anything?
Yes Increased stats
6. Should the costs or provisions change as the character practices it?Yes slower increase rate

7. Does it take time to do?
Yes it varys
8. Do you have to wait before doing it again?
Kinda you have to rest ((Self train))





If you would like ( i know i would) would you like to me a coder???

You can email me at [email protected] or here
In response to Dano259
mob/verb/train()
usr << "YOU TRAIN"
stat++
In response to Garthor
Ok i got that but i mean editing the Stat plus i am new to this and my bro gave me a partial Game i could use but idk what else now
In response to Dano259
In response to Garthor
LOL
In response to Traztx
Traztx wrote:
LOL


Wtf? lol


Well no i am not all new i have some experience with coding but this is a file made by my bro that i just dont get
In response to Dano259
Based on questions 1 2 and 3, the right place to code the verb is as a mob command. Then anyone can do it anywhere at anytime.

mob
verb
meditate()


The rest needs more design before you can code it.

5. Should this verb provide anything?
Yes Increased stats

Which stats? How much? Permanently or temporarily? If temporarily, when do the increases go away?

6. Should the costs or provisions change as the character practices it?
Yes slower increase rate

What is the rate based on? points per minute? points per click?

7. Does it take time to do?
Yes it varys

It varies based on what?

8. Do you have to wait before doing it again?
Kinda you have to rest ((Self train))

How does the character "rest"? Is it another verb? Does it happen automatically when they stand still?
In response to Dano259
Take the advice of Garthor and drop what you currently have. You don't know how to code (or are not experienced enough), and should start from scratch. Read the tutorials he provided.