Thread: Boat ride...
View Single Post
  #1  
Old 04-17-2007, 04:31 PM
theHAWKER theHAWKER is offline
**FLIP OUT**
theHAWKER's Avatar
Join Date: Mar 2006
Location: canada, vancouver
Posts: 768
theHAWKER is an unknown quantity at this point
That script you sent kristi wont work
your script dosen't do anything...
So i changed it up, but it only says "T.T"
PHP Code:
// NPC made by Join my guild Elite Mafia!
//#CLIENTSIDE
if (created) {
  
time 10;
}

if (
playerenters) {
  
time 10;
  
timeout .1;
}

if (
timeout) {
  
time -= 1;
  
timeout .1;
  if (
time <= 0) {
set sailing;
  }
}
if (
sailing) {
    
message T.T;
    
setlevel2 graallegacy_h04.nw,11,31;

__________________
**FLIP OUT**
Reply With Quote