so,if I do this
for steeps=11 to 22
if movestairs=0
move object up steeps,0.1
sc_updateObject steeps
endif
next steeps
the model updates its sci collistion
BUT IF I DO THIS,USING ANIMATIONS,THE SCI WILL NOT UPDATE BECOUSE I AM NOT MOVING IT I AM USING ANIMATIONS
for steeps=11 to 22
if movestairs=0
set object speed steeps,30
loop object steeps,0,200
sc_updateObject steeps
endif
next steeps
So my player can not stand on top of the step,I have to use animations for this,any sugestions? thanks
my signature keeps being erased by a mod So this is my new signature.