jtull1127 Posted May 21 Share Posted May 21 Hey I am trying to get a script that plays a song from a forum list and it doesn't seem to work the two different ways I have tried are down below and both compile but neither work int musnum = lexnum.GetValueInt() (Leximuslist.GetAt(musnum) as MusicType).add() or currentsong = Leximuslist.GetAt(musnum) as MusicType currentsong.add() any help would be greatly appreciated thanks Link to comment Share on other sites More sharing options...
Sphered Posted May 21 Share Posted May 21 I haven't dabbled with this stuff in a while so going off old-at-this-point memory with some projects where I overrode music Its fine to use a formlist. But the music itself has priority setting. 1 is the highest, so try changing your music/s to a higher priority and see if they reliably play then Link to comment Share on other sites More sharing options...
jtull1127 Posted May 21 Author Share Posted May 21 Hey I tried that and no change but thanks cause that would of most likely been my next question once I fixed the script. I thru a debug notification on it and for some reason it returns ]musictype as the property Link to comment Share on other sites More sharing options...
xkkmEl Posted May 21 Share Posted May 21 That's just a formatting bug. Try replacing Debug.notification with Debug.messageBox. Link to comment Share on other sites More sharing options...
jtull1127 Posted May 26 Author Share Posted May 26 didn't know that well the right song is getting selected as a property but for some reason its not playing at least i know were the problem is now Link to comment Share on other sites More sharing options...
Recommended Posts