
10-30-2001, 08:44 PM
|
|
Banned
|
 |
Join Date: Jun 2001
Posts: 3,993
|
|
Re: This. Commands
Quote:
Originally posted by Aknts
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?
|
this. variables pertain only to the NPC they are on .... |
|
|
|