Bully-Board

Bully Modding Section => Modding Questions/Help => Topic started by: Ming on October 12, 2021, 06:30:44 AM

Title: Hair pull
Post by: Ming on October 12, 2021, 06:30:44 AM
Code: [Select]
repeat
        PedSetGrappleTarget(gPlayer, PedGetTargetPed(gPlayer))
        PedSetAITree(gPlayer, "/Global/DarbyAI", "Act/AI_DARBY_2_B.act")
        ExecuteActionNode(gPlayer, "/Global/Actions/Grapples/Front/Grapples/GrappleMoves/GirlFight/GirlFight_START", "GS_Female_A.act")
        PedSetAITree(gPlayer, "/Global/PlayerAI", "Act/PlayerAI.act")
        Wait(0)
      until PedIsPlaying(gPlayer, "/Global/Actions/Grapples/Front/Grapples/GrappleMoves/GirlFight/GirlFight_START", true)
Can someone help ?
Title: Re: Hair pull
Post by: Ming on October 12, 2021, 07:48:16 AM
It is done :D