ID:164708
Apr 29 2007, 7:06 am
|
|
How do i make a mob walk up and down so when it bumps into a wall it goes the opposite direction?
|
Apr 29 2007, 8:16 am
|
|
http://bwicki.byond.com/ByondBwicki.dmb?NpcWalking
|
In response to Shyyk
|
|
Except that that wasn't what he was asking for.
|
Genjura wrote:
How do i make a mob walk up and down so when it bumps into a wall it goes the opposite direction? Sorry, I seemed to have missed that. lol |
In response to Shyyk
|
|
Er, replying to wrong post like talking to furniture? :P
Anyways Genjura, you can probably program in something with Bump() to make it go in the other direction. EG: NPC |
In response to GhostAnime
|
|
thats not how isturf works. if(istype(a,/turf/wall)
|
In response to GhostAnime
|
|
GhostAnime wrote:
Er, replying to wrong post like talking to furniture? :P NPC Your mom talks to furniture. xD |
In response to Xx Dark Wizard xX
|
|
Oops, yeah, I meant istype() lol, man I am so outta wack right now >_> *edits previous post* <_<
|