I'm trying one of my old projects out and it does not work anymore.
It is suppose to parent the carried object infront of the player but does not any more in this new updated GameGuru. It works in the older versions of GameGuru but I would like to use the new updated GameGuru with features, etc.
How do I fix it ?
What are the new parenting to the player codes ?
old parent to player code part >>
PlayerDZ = g_Entity[e]['z'] - g_PlayerPosZ;
PlayerDist2 = math.sqrt(math.abs(PlayerDX^2)+math.abs(PlayerDY^2)+math.abs(PlayerDZ^2));
Thanks