ID:158810
Jun 25 2009, 8:45 am
|
|
Im not sure how to explain this but i will try.How do you execute a verb that a usr has, to run off an if statement. For example. if(usr.KyuubiUse) <<< if some one is in kyuubi, and to save lines of code I don`t want to copy and paste the revert, so how would u put the revert code underneath the if(usr.kyuubiuse) to execute the revert.
|
Jun 25 2009, 9:02 am
|
|
You call verbs like procs.
|
In response to Kaiochao
|
|
yea but bottom line is how to do what i asked XD. Im confused on how to explain it. But i think i got the bottom line down.
|
In response to Louisthe10
|
|
Do you know how to call procs? Call verbs the same way.
If you don't know how to call procs, which are pretty much the most important thing in modular programming, you need to check the DM Reference(F1 in Dream Maker), or (re)read the guide. |
In response to Kaiochao
|
|
no im rusty XD i have not done any programing in awhile.
|
In response to Louisthe10
|
|
Which is why I referred you to the reference. Hence the name.
|