Warning: include(/var/www/html/forum/Sources/../../../includes/depot_files/OFPEC_get_header_image.inc.php): failed to open stream: No such file or directory in /var/www/html/forum/Sources/Load.php(2272) : eval()'d code on line 146

Warning: include(): Failed opening '/var/www/html/forum/Sources/../../../includes/depot_files/OFPEC_get_header_image.inc.php' for inclusion (include_path='.:/usr/local/lib/php') in /var/www/html/forum/Sources/Load.php(2272) : eval()'d code on line 146

Notice: Undefined index: OFPEC in /var/www/html/forum/Sources/Load.php(2272) : eval()'d code on line 152

Notice: Trying to access array offset on value of type null in /var/www/html/forum/Sources/Load.php(2272) : eval()'d code on line 152

Notice: Trying to access array offset on value of type null in /var/www/html/forum/Sources/Load.php(2272) : eval()'d code on line 152
    Home   Help Login Register  

Author Topic: BIS CH-47D Memory Positions?  (Read 1324 times)

0 Members and 1 Guest are viewing this topic.

dharbert

  • Guest
BIS CH-47D Memory Positions?
« on: 02 Apr 2004, 07:35:51 »
I'm trying to add some user actions to a CH-47D Chinook model that is based off of the original BIS model.  I need to know what the names of the memory positions are before I can do that though.  I have tried pos driver and pilot.  Neither one work.

class OpenPilotDoors
{
displayName="Open Pilot Door";
position="pos driver";
radius="5";
condition="player == driver this"
statement="this animate [{pilotdoorr}, 0]";
};

class OpenPilotDoors
{
displayName="Open Pilot Door";
position="pilot";
radius="5";
condition="player == driver this"
statement="this animate [{pilotdoorr}, 0]";
};

Neither one of those work.  They don't show up in the action menu no matter what I do.  Could someone please shed some light on this?

Thanks.