Bully-Board
Bully Modding Section => Modding Questions/Help => Modding Questions/Help Archives => Topic started by: Enderman on March 23, 2015, 04:45:07 AM
-
Can someone tell me how to active this node cause i tried but it didn't work :blank:
PedSetActionNode(gplayer, "/Global/Nemesis/Offense/Medium/Strikes/ShortAttacks", "Act/Anim/Nemesis.act")
-
Try
ExecuteActionNode(gPlayer,"/Global/Nemesis/Offense/Medium/Strikes/ShortAttacks", "Act/Anim/Nemesis.act")
And be sure to write gplayer with "gPlayer" with a capital P, since all the missions is written like that. Might be easier for the game to know.
-
Try
ExecuteActionNode(gPlayer,"/Global/Nemesis/Offense/Medium/Strikes/ShortAttacks", "Act/Anim/Nemesis.act")
And be sure to write gplayer with "gPlayer" with a capital P, since all the missions is written like that. Might be easier for the game to know.
Thanks :jajaja: