View Single Post
  #1  
Old 06-06-2002, 07:38 AM
Yushiwa Yushiwa is offline
Registered User
Join Date: Feb 2002
Posts: 496
Yushiwa is on a distinguished road
No more seteffect

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){

}

__________________
- Nai

Reply With Quote