Bully-Board
Bully Modding Section => Modding Questions/Help => Modding Questions/Help Archives => Topic started by: Edgar Munsen on September 03, 2013, 07:03:53 AM
-
i used lua to spawn peds with their special AI but they didnt respond at all they just stand there.
HELP!
-
Here's the command :
PedWander(PEDName)
Replace PEDName with the name u gave the ped example :
Jerry = PedCreateXYZ...
-
Here's the command :
PedWander(PEDName)
Replace PEDName with the name u gave the ped example :
Jerry = PedCreateXYZ...
it didnt work
-
Can u send me the script u made?
Because last time I checked the command does work.
-
Can u send me the script u made?
Because last time I checked the command does work.
It doesn't work on all locations such as savehouses, harrington house, etc.
-
Can u send me the script u made?
Because last time I checked the command does work.
It doesn't work on all locations such as savehouses, harrington house, etc.
i spawned them in outside boy dorm
-
Then this is the code,
PedWander(Pedname, true)
c00ldoc forgot to add true as it is needed as part of the code.