
Georgespartan01
Joined: Nov 1, 2010
|
Posted: Dec 18, 2010 03:54 PM
Msg. 1 of 3
¿How i can make my biped work with command list? Becaue this is my script and the biped is not walking.
(ai_attach jack cinematic_1) (ai_command_list cinematic_1/jack Jack_walking)
This is only a part of all the script.
¿How i can make a song start playing when a cutscene starts?
THANKS
|

MoooseGuy
Joined: Aug 10, 2008
I Approve This Message.
|
Posted: Dec 18, 2010 04:07 PM
Msg. 2 of 3
Stop using the ¿ symbol, please. It's annoying.
And the commands you used should work, I think your commands list may be set up wrong.
For a song, use (sound_looping predict SOUND-LOOPING-DIRECTORY) (sound_looping start SOUND-LOOPING-DIRECTORY none 1)
|

Muscl3r
Joined: May 22, 2010
dont pray 4 easy lives...pray to be STRONGER MEN
|
Posted: Dec 18, 2010 09:44 PM
Msg. 3 of 3
Quote: --- Original message by: Georgespartan01 ¿How i can make my biped work with command list? Becaue this is my script and the biped is not walking.
(ai_attach jack cinematic_1) (ai_command_list cinematic_1/jack Jack_walking)
(ai_command_list_by_unit jack Jack_walking)
|