Posts: 3,002
Threads: 86
Joined: Jul 2010
Reputation:
0
we can mount the objects on whatever body part we want, or just the body? For instance, I want to add an object to the player's head. I can mount a mask and it would move with the player's face?
Posts: 277
Threads: 40
Joined: Nov 2012
Reputation:
0
very very very very awesome.
That would help me in scripting my clothes system <3.
Posts: 7
Threads: 1
Joined: Jul 2013
Reputation:
0
i found a bug, when i try to scale the Y it scales the X
to fix it:
go to line 4062 and change:
g_cPlayerAction{ playerid } = ACTION_SCALE_X;
to:
g_cPlayerAction{ playerid } = ACTION_SCALE_Y;
Posts: 184
Threads: 11
Joined: Feb 2010
Reputation:
0
Exactly what I needed, thank you!
Posts: 864
Threads: 57
Joined: Jan 2013
Reputation:
0
Do all of you realize that the 0.3e EditAttachedObject function was made using the same base as this one ?