Quote:
Originally Posted by Emera
If the NPC's are already layed down without a delete function in them, doesn't that make it impossible to delete them if you don't already have a delete function scripted into the class you're using?
|
No. You can destroy them via script (loop through npcs and call destroy()), or add something to their class (if they're joined to a class).
Quote:
Originally Posted by Fysez
Is their a way to Graal Generate another Gmap identically?
Using the colors I saw Graal Generate can also use
|
Yes, but what are you trying to do? If you want to delete the blocks, then delete the blocks. If you want a new GMAP based on the original, that's a totally different topic (and deserving of its own forum thread in
the levels forum).