Quote:
Originally posted by Psyker
how hard is that? but I'd also like the message2
|
Blah:
NPC Code:
if (playertouchsme) {
message blahblahblah;
timeout = 3;
timereverywhere;
}
if (timeout) {
message ;
}
Then the NPC can do multiple actions while saying blahblahblah
