Zdepth = actor+ 0.00001 ???

Hello,
Can i do a code something like this?
I know this doesn't work, but can someone help me make it work
(i put it in Create Actor of my player actor)
I want my player to have the same zdepth of my shadow + 0.00001
How can i do it?
Can i do a code something like this?
- Code: Select all
ZDepth=shadow.ZDepth+0.00001;
I know this doesn't work, but can someone help me make it work
(i put it in Create Actor of my player actor)
I want my player to have the same zdepth of my shadow + 0.00001
How can i do it?
