Quote:
|
Originally Posted by projectigi
chat=this.cur_target.getdynamicvarnames();
now it says nothing XD
at
chat=thiso.newtarget.getdynamicvarnames();
it dont say anything either
|
What about
PHP Code:
if(this.cur_target != NULL) {
chat = "Hmm, something is in it.";
} else {
chat = "x_x nothing here.";
}