Which thing like walk or step or something will let me make an object go a direction for as many times as a number I put in says.
ex:
thingthatmakestheobjectwalk(EAST,6)
and the object steps to the east 6 times
ID:266299
![]() Nov 22 2001, 5:53 am (Edited on Nov 22 2001, 6:48 am)
|
|
![]() Nov 22 2001, 8:29 am
|
|
Well think about your question, look up step()
|
Nadrew wrote:
Well think about your question, look up step() that only makes you step in one direction once. |
Now try looking at all the other step things too and also take a look over at walk() and look at it's counter parts also.
|
Nadrew wrote:
Now try looking at all the other step things too and also take a look over at walk() and look at it's counter parts also. I did none of them do the thing i want. |
Air _King wrote:
I did none of them do the thing i want. You wanted something to walk in a direction, those procs are EXACTLY what you want. If you want it to walk more than once, make it walk more than once. Look up for() and while() Alathon |
Alathon wrote:
Air _King wrote: Oh yeah thanks |
Now how would i make so if a mob moves east it returns south or 0?
I tried: mob Move() East() return South() and it says: proc definition not allowed inside another proc |