No idea...
#1

Ok i started mapping system long time ago (when i didnt have any skills) and its FAILED
Now i started it again and i dont have idea how to check for map objects

Like when i load map's from some file's and after that how i can detect map objects later?

For example i load two maps

test and test2

And then i want to unload map test (i must destroy objects)
How i can track these objects?
Reply
#2

hmm

at other variables
Код:
new test1,test2;
Код:
test1 = CreateObject(......
test2 = CreateObject(......
Код:
DestroyObject(test1);
DestroyObject(test2);
for more objects theres some other thing u can use.. dont know it atm
Reply
#3

I know that....
Problem is im loading objects from files (with command /loadmap NAME PASSWORD)
So i need to detect what objects is from witch map....
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)