Jump to content

Playing music from a fourm list script, could use some help


Recommended Posts

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

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

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

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...