|
Jap Jenns
Registered User
Join date: 11 Aug 2006
Posts: 1
|
09-15-2006 14:40
Hi everyone or anyone.
I have four seperate objects and each of those objects have a value. I want to group these together. I don't know how.
Basically I want to randomly generate four numbers then compare it to the four object number (I have written this script that lets the user set the object to either the number 1,2,3,4,5,6,7,8,9,10) if they user numbers match the random number then something else (haven't gotten that far).
The problem is I don't know how to group the seperate object into one big main program?
|
|
Newgate Ludd
Out of Chesse Error
Join date: 8 Apr 2005
Posts: 2,103
|
09-20-2006 00:39
From: Jap Jenns Hi everyone or anyone.
I have four seperate objects and each of those objects have a value. I want to group these together. I don't know how.
Basically I want to randomly generate four numbers then compare it to the four object number (I have written this script that lets the user set the object to either the number 1,2,3,4,5,6,7,8,9,10) if they user numbers match the random number then something else (haven't gotten that far).
The problem is I don't know how to group the seperate object into one big main program? Your definition of the word Object? Do you mean variables within a script or 'real' (i.e. Prim based) objects or even 4 scripts within the same prim? If the 'objects' are distinct seperate prim objects or scripts within a single prim then use chat commands or linked messages. I'd need a better explanation to help you more.
|