Quote:
Originally Posted by theHAWKER
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;
}
|
sailing isnt an event, its a conditional, the way i did it was correct.
it doesnt work because youre probably doing it online, setlevel2 doesnt work clientside online.