Thread: This. Commands
View Single Post
  #1  
Old 10-28-2001, 06:17 AM
Aknts Aknts is offline
Level Designer
Aknts's Avatar
Join Date: Apr 2001
Location: USofA
Posts: 3,340
Aknts will become famous soon enough
Send a message via AIM to Aknts
This. Commands

Ok say I have 2 npc in the same level that in there scripts say
if (playerchats) {Hi;this.on = 1;
if (this.on==1) {
message Hi
}
}
and the other
if (playerchats) {Hello;this.on = 1;
if (this.on==1) {
message Hi
}
}
If you talk to one will it set the other to be on too also?
__________________
Reply With Quote