Sorry your browser is not supported!

You are using an outdated browser that does not support modern web technologies, in order to use this site please update to a new browser.

Browsers supported include Chrome, FireFox, Safari, Opera, Internet Explorer 10+ or Microsoft Edge.

Newcomers DBPro Corner / how do u make duplicate objects?

Author
Message
bob arinski
18
Years of Service
User Offline
Joined: 6th Oct 2005
Location: Over there. Do you see it?
Posted: 20th Nov 2005 18:03
do you just do load object "so and so",1 as many times as you need to or what

riter in traneiing?
Antidote
19
Years of Service
User Offline
Joined: 18th Mar 2005
Location: San Francisco, CA
Posted: 20th Nov 2005 20:30
for x = 1 to a number
load object "object.x", x
next x


The old sig is back
Sven B
19
Years of Service
User Offline
Joined: 5th Jan 2005
Location: Belgium
Posted: 20th Nov 2005 21:06
There are some faster ways:

clone object [object nr], [source object]
instance object [object nr], [source object]

clone object will copy the object internally and can be used like any other object. Instanced objects are objects were the properties are mainly the same as the source. For trees or rocks for example.
Both commands are faster than load object.

Immunity and Annihalation makes Immunihalation...
Antidote
19
Years of Service
User Offline
Joined: 18th Mar 2005
Location: San Francisco, CA
Posted: 21st Nov 2005 01:36
Forgot about those


The old sig is back

Login to post a reply

Server time is: 2024-09-24 09:28:56
Your offset time is: 2024-09-24 09:28:56