I have had a problem with my append object command, and I am not sure if it is a foolish mistake, or there is something wrong with my DB. Here is a test code that would not work on my DB, please let me know if it works on yours:
Sync on
Sync rate 30
rem get player
Load object "H-USA-idle.3DS",1
Load image "usa.bmp",1
loop object 1
Rem position camera
X#= object position X(1)
Y#= object position Y(1)+1.5
Z#= object position Z(1)+5
Point camera X#,Y#,Z#
mx#= object position X(1)
my#= object position Y(1)+2.7
mz#= object position Z(1)-4
Position camera mx#,my#,mz#
do
if upkey()=1 then append object "H-USA-move.3DS",1,100
sync
loop
note: The code uses a DarkMatter model, if you do not have DarkMatter than just switch it with one of the free models DB comes with.
Cocacola and Pepsi aren't that differnt. Deal with it.