Object Pointers

Dave13

First time out of the vault
Right, i'm pretty new to the exciting and headache inducing world of fallout scripting, and i've run into a small problem.

I'm writing a script to make a critter run upto a door, open it and then run through. I'm trying to use the obj_open command to get the critter to open the door (I think this is the right command anyway)

Unfortunately I need the object pointer for the door, and I have absolutely no Idea how to get it. I've had a look through a few tutorials, and now have a slightly better understanding of whats going on, along with a diminished will to live, so if anyone knows how to get the object pointer i'd be eternally greatful!!

Thanks!
 
If the door isn't locked, it should be enough t just say the critter to move to a waypoint behind the door. As example, go to hex xyz and then to hex xyz2, xyz3, and so on. The critter should open the door by itself.
 
Damn, I cant belive its that easy!!! I guess I shouldnt try to over think things as much :-)

Although it means ive wasted about 4 hours of my life, im still rather happy :D

Just out of interest, and probable future use, does anyone know how to retreive object pointers?
 
Back
Top