Okay. When i run my game DarkPhysics says i cant overwrite the Character controller, but im not...am I?
Rem Project: Forest Town
Rem Created: Thursday, November 18, 2010
Rem ***** Main Source File *****
phy start
load object "media\Map.dbo",99
position object 99,0,0,0
rotate object 99,0,90,0
make camera 1
make object sphere 1,25
position object 1,0,150,-800
do
px#=Object position x(1)
py#=Object position y(1)
pz#=Object position z(1)
cx#= Camera position x(1)
cy#= Camera position y(1)
cz#= Camera position z(1)
position camera 1, px#,py#,pz#
PHY MAKE RIGID BODY STATIC MESH 99
phy make capsule character controller 1,px#,py#,pz#,25,50,1,5,0
phy update
loop