How can you duplicate objects?
And give them different names during runtime?
Thanks!
Printable View
How can you duplicate objects?
And give them different names during runtime?
Thanks!
Dont hink you can do this dirctly...
Suggeestion:
Make 1 Master Object with theese parameters, for example:
- AltString "Name"
- AltValue "HP"
- AltValue "Strength"
When you want to create a new Object durring runtime, do this:
- Uppon pressing SPACE
-> Create Object
-> Set Object "Name" to "Fire Monster"
-> Set Object "HP" to 175
-> Set Object "Strength" ro 10
^This will create a "new" Object type with a different name and different parameters
Thanks i will try this out
EDIT: This worked! thank you