I need some help please i am probally missing something but hope it aint to bad i have my enemys loaded no problem animations etc now onto the fire part
if AI Get Entity Action$ (10+e)="Stopped And Attacking" and disper=0
disper=1
set object frame 10+e,572,572
position object bullet, object position x(10+e), object position y(10+e), object position z(10+e)
show object bullet
rotate object bullet,object ANGLE X(10+e),object ANGLE y(10+e),object ANGLE z(10+e)
endif
So when i run the code and the enemys try and fire at me i get the error
Object already exists how may i get around this? sorry for sloppy code its a work in progress
======================================
My software never has bugs. It just develops random features.