What is the warning? If you want to ask about errors, you should
include the error message in your question.
In this case I bet it's "Statement cannot be reached." The
"bla bla bla.^" statement above is short for
print "bla bla bla.^"; newline; return true;
So the program will never reach the following line. Use
print "bla bla bla.^";
by itself if you want to keep executing in the same function.
Also, your object definition has the wrong punctuation. You want
NPC one "one" one_room1
with psa_variable true,
before [;
PSA:
print "bla bla bla.^";
self.psa_variable = true ;
];
--Z
--
"And Aholibamah bare Jeush, and Jaalam, and Korah: these were the borogoves..."
*