Bully-Board

Bully Modding Section => Modding Questions/Help => Topic started by: Ming on July 25, 2022, 12:00:12 PM

Title: Node
Post by: Ming on July 25, 2022, 12:00:12 PM
What is the difference of action node, between the Ped
who grab someone and the
 Ped be grab?
RCV and GV?
Title: Re: Node
Post by: Ming on July 25, 2022, 12:02:01 PM
I try PedMePlaying(Ped, "RCV") and GV, but not work
Title: Re: Node
Post by: Histeria Beagles on July 26, 2022, 10:29:59 PM
Yes, the difference is that one will return "Give" and the other "Rcv" (receive).

Try to use: PedMePlaying(Ped, "Rcv", true) and  PedMePlaying(Ped, "Give", true), with that "true" at the end.
Title: Re: Node
Post by: Ming on August 22, 2022, 08:58:17 AM
Thanks