Thread: Boat ride...
View Single Post
  #2  
Old 04-17-2007, 07:08 PM
Kristi Kristi is offline
Bowie's Deciple
Kristi's Avatar
Join Date: Dec 2003
Location: Boston, MA
Posts: 748
Kristi has a spectacular aura aboutKristi has a spectacular aura about
Send a message via AIM to Kristi Send a message via MSN to Kristi
Quote:
Originally Posted by theHAWKER View Post
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.
__________________
Reply With Quote