View Single Post
  #7  
Old 02-01-2008, 04:55 AM
Tigairius Tigairius is offline
The Cat
Tigairius's Avatar
Join Date: Jan 2007
Location: Missouri, USA
Posts: 4,240
Tigairius has a brilliant futureTigairius has a brilliant futureTigairius has a brilliant futureTigairius has a brilliant futureTigairius has a brilliant futureTigairius has a brilliant futureTigairius has a brilliant futureTigairius has a brilliant future
Quote:
Originally Posted by Rave_J View Post
kk i added that to the script it still dont work also
when its done u cant walk either hmmmm
PHP Code:
// NPC made by Rave Platinum
function onCreated() {
  
setshape(13232);
}
function 
onActionwarp() {
  
setlevel2("bionic_start.nw",31.5,32);
}
//#CLIENTSIDE
function onCreated() {
  if (!
client.seenmovie) {
    
showtext(900,screenwidth/2,screenheight/2,"","cb","Welcome To Scarlet Sky");
    
changeimgvis(9008);
    
showtext(901,screenwidth/2+1,screenheight/2+1,"","cb","Welcome To Scarlet Sky");
    
hideplayer(23.2);
    
disabledefmovement();
    
changeimgcolors(900,1,1,1,0.99);
    
sleep(3);
    for(
temp.1temp.>= 0temp.-= 0.1) {
      
changeimgcolors(900,temp.i,temp.i,temp.i,temp.i);
      
sleep(0.2);
    }
    
sleep(3);
    
showtext(900,screenwidth/2,screenheight/2,"","cb","Coming soon To Hosted Tab");
    
changeimgvis(9008);
    
showtext(901,screenwidth/2+1,screenheight/2+1,"","cb","Welcome");
    for(
temp.0temp.<= 1temp.+= 0.1) {
      
changeimgcolors(900,temp.i,temp.i,temp.i,temp.i);
      
sleep(0.2);
    }
    
sleep(3);
    for(
temp.1temp.>= 0temp.-= 0.1) {
      
changeimgcolors(900,temp.i,temp.i,temp.i,temp.i);
      
sleep(0.2);
    }
    
changeimgcolors(900,0,0,0,0);
    
sleep(2);
    
showtext(900,screenwidth/2,screenheight/2,"","cb","Hiring Best Developers on Graal");
    
changeimgvis(900,8);
    
showtext(901,screenwidth/2+1,screenheight/2+1,"","cb","Hiring Best Developers on Graal");
    for(
temp.0temp.<= 1temp.+= 0.1) {
      
changeimgcolors(900,temp.i,temp.i,temp.i,temp.i);
      
sleep(0.2);
    }
    
sleep(3);
    for(
temp.1temp.>= 0temp.-= 0.1) {
      
changeimgcolors(900,temp.i,temp.i,temp.i,temp.i);
      
sleep(0.2);
    }
    
changeimgcolors(900,0,0,0,0);
    
triggeraction(x+1y+1"warp"null);
    
enabledefmovement();
    
client.seenmovie 1;
  }

__________________


“Shoot for the moon. Even if you miss, you'll land among the stars.”
Reply With Quote