
You'll notice that none of the anims are from the global Prps(except the avatar-idle/run/etc. if you're picky

It's nowhere near perfect, I just wanted to share this with you.
http://lontahv.googlepages.com/OneShotMod_example.zip
~Lontahv
Aloys wrote:We were discussing not too long ago how ladders can be tilted at an angle, is it possible for the 'climb' animations?
def PlayAvAnim(animName, animTime):
obj = PtGetLocalAvatar()
objkey = obj.getKey()
currLoopTime = 1
while currLoopTime < (animTime + 1):
obj.avatar.oneShot(objkey,1,1,animName,0,0)
currLoopTime += 1
return
##when region is triggered (on notify)
PtPageInNode("MaleWallClimbMountUp")
PtPageInNode("MaleWallClimbUp")
PtPageInNode("MaleClimbOffTreeLadder")
PlayAvAnim("MaleWallClimbMountUp", 1)
PlayAvAnim("MaleWallClimbUp", 7)
PlayAvAnim("MaleClimbOffTreeLadder", 1)
Users browsing this forum: No registered users and 0 guests