Thread: getnpc
View Single Post
  #6  
Old 04-24-2003, 10:36 AM
Loriel Loriel is offline
Somewhat rusty
Loriel's Avatar
Join Date: Mar 2001
Posts: 5,059
Loriel is a name known to allLoriel is a name known to allLoriel is a name known to allLoriel is a name known to all
Perhaps not, but he is trying hard

NPC Code:
for (i = 0; i < npcscount; i++) {
with (npcs[i]) message I worship Loriel!;
}


^ makes all NPCs in the level express their feelings about me.
That kind of loop is very common
Reply With Quote