Okay, I have this script right here and I was wanting to know what I should put after the
if (playerendsreading){
to put the lighting in the room to the normal lighting when you start Graal. Here is the script:
NPC Code:
// NPC made by Nai
if (playerenters){
seteffect 0,0,0,100;
playerx=29.5;
playery=24;
playerdir=2;
say 0;
}
if (playerendsreading){
}