Hi Guys,
Is anyone using G.L.E.T as levelbuilder ??
If so, How can i take xx units of objects and put them in my own types ?? I think i tried everything now and my brain is hurting. (Ps. Not doing it one by one :/ )
/Alienforce
I'm not using GLET exactly, but I am using Xworld which is what GLET is built upon, all the mesh data etc is stored in types for you already, I can't quite remember the type name but when I get home I'll have a look.
If GLET uses the same user functions as Xworld, which I believe it does then the object list type is:-
Entity.TEntity
eg.
For Entity.TEntity = Each TEntity
myentity = Entity\EntityHandle **entity mesh**
myentityname$ = Entity\Name$ **entity name in the editor**
next
Hope that helps
Thanks Sterling,
I will try it later to night.
/Alienforce
Sorry for the late reply Sterling,
It works wonderfull.
Thanks again.
/Alienforce
What is GLET and where do you get it?