News: Welcome back to Bullworth! If you haven't already, you will need to reset your password..


Author Topic: This node :|  (Read 1561 times)

0 Members and 1 Guest are viewing this topic.

Offline Enderman

  • What i'm doing right now?
  • Full Member
  • ***
  • Posts: 293
  • Gender: Male
  • I'm no longer do mods for Bully ...
    • View Profile
    • bully-board.com
This node :|
« 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")

Offline Mick3Mouse

  • Obam3mouse
  • Bullworth Junkie
  • ****
  • Posts: 4,343
  • Gender: Male
  • Major Mick3Mouse Algie Hunter
    • View Profile
    • My youtube
Re: This node :|
« Reply #1 on: March 23, 2015, 05:45:38 AM »
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.

Offline Enderman

  • What i'm doing right now?
  • Full Member
  • ***
  • Posts: 293
  • Gender: Male
  • I'm no longer do mods for Bully ...
    • View Profile
    • bully-board.com
Re: This node :|
« Reply #2 on: March 23, 2015, 05:58:12 AM »
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: