Quote:
Originally posted by ZeLpH_MyStiK
They both work -.- Try it out before you tell someone incorrect information please.
|
Fine, make a level..
a NPC:
if (timeout||playerenters) {
this.msg=123456;
unset this.msg;
timeout=0.05;
message #v(this.msg);
}
Try that.