View Full Version : Merge Polys and Clear selection
omeone
08-29-2003, 06:00 AM
Does anyone have a LScript they can share that does the above?
TIA
Tom Speed
08-31-2003, 04:25 PM
Hi,
@version 2.0
@warnings
@name MergeAndClear
main
{
mergepols();
selpolygon(CLEAR);
}
Cya
Tom
omeone
09-01-2003, 02:42 AM
:D
thanks Tom, I knew it would be simple, not that simple though...
I actually did spend a few hours looking around various sites reading about L-script, but they all said it was best to have at least some programming bg...
In future I'll definitely try writing my own now that I see it.
Could you (or anyone) recommend a good beginners tute / site anywhere?
Thanks again,
omeone
omeone
09-01-2003, 03:04 AM
Well, that was my first good tutorial :D
I found the script would't work unless I added
selmode(user); above the top line
...give a man fish.........
Tom Speed
09-01-2003, 08:59 AM
Doh! :)
Erm....yes..that was.. a test, yes a little test *cough*, you passed! Well done!
hehe
cya
Tom
vBulletin® v3.8.2, Copyright ©2000-2012, Jelsoft Enterprises Ltd.