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;
}