12.09.2010, 03:20
Whenever I try to use this decremental loop to spawn NPCs.. It only spawns one NPC with ID 499.
What on earth is wrong with this loop? :S
Code:
for(new i = 499; i >= 485;i--) { CreateNPC(i,"Suspect"); }