Quote:
Originally posted by Multiflame
y didnt they make a npc like this:
if (playerenters||timeout){
toweapons -Tildef;}
if(weaponfired){
tiledefectcraphere;
timeout=.1;}
|
You do not understand.
Instead of doing something similar to what Graal 2002 has:
NPC Code:
addtiledef g2k2tiles.png,world_,0;
They made it so it goes for every level.
NPC Code:
addtiledef maloriatiles.png,,0;
And once Graal loads that for the tiles it won't change unless another NPC uses the 'addtiledef' command.