Facebook Twitter YouTube Frictional Games | Forum | Privacy Policy | Dev Blog | Dev Wiki | Support | Gametee


Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Script Help callback and scripting issues! :(
Neelke Offline
Senior Member

Posts: 668
Threads: 82
Joined: Apr 2013
Reputation: 26
#4
RE: callback and scripting issues! :(

Your regular musics priority is higher than the brute music.

PlayMusic("10_amb", true, 4.3, 7, "2", true); - That is higher than the brutes music. (the one surrounded with "")
PlayMusic("dan_Brute", true, 3.2, 8, "1", true);

So change them to this below:

PlayMusic("10_amb", true, 4.3, 7, 0, true);
PlayMusic("dan_Brute", true, 3.2, 8, 10, true);

Derp.
(This post was last modified: 06-16-2014, 10:25 AM by Neelke.)
06-16-2014, 10:24 AM
Find


Messages In This Thread
callback and scripting issues! :( - by G510s - 06-16-2014, 05:04 AM
RE: callback and scripting issues! :( - by G510s - 06-16-2014, 09:10 AM
RE: callback and scripting issues! :( - by Neelke - 06-16-2014, 10:24 AM



Users browsing this thread: 1 Guest(s)