View Single Post
  #25  
Old 06-06-2002, 01:13 AM
nyghtGT nyghtGT is offline
Banned
nyghtGT's Avatar
Join Date: Jun 2001
Posts: 3,993
nyghtGT is on a distinguished road
Send a message via AIM to nyghtGT
Re: Noobish i must admit.....

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.
Reply With Quote