Jump to content

Attaching a sound to a element from a list


..:D&G:..

Recommended Posts

Hello, I am working on a farm system, and I want to attach a sound to a cow.

List:

cowList =  
{ 
    { 
        animal = { 
            -- model, x, y, z, r 
             
            -- cow 
            {13, -2750.576171875, 379.568359375, 4.1328125,272},  
  
        } 
    }, 
} 

In that list will be more than 1 cow, lets say there are 4 cows, how do I attach and play the sound to a random from that list,I don't want all the cows to play the sound at once :P

Link to comment

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

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