Controlling other mobs or obj. in Developer Help
|
|
Hello again.
I wanted to know how to control another object or mob dynamically instead of like this:
mob/var/tmp/t1move client East() if(usr.t1move == 1) for(var/Ship/Ship1/M in world) if(usr.client.eye == M) step(M,EAST) else ..()<dm>
I tried calling Move() for another object when the player moves but nothing happend any ideas? I might not reply for awhile though but I appreciate any help.
|
|
There may be some bugs in this code, the IsTardis is a variable that if is positive meens that the ship or whatever can be moved.