
10-28-2001, 06:17 AM
|
|
Level Designer
|
 |
Join Date: Apr 2001
Location: USofA
Posts: 3,340
|
|
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? |
|
|
|