Graal Forums  

Go Back   Graal Forums > Development Forums > NPC Scripting > NPC Server
FAQ Members List Calendar Today's Posts

 
 
Thread Tools Search this Thread Rate Thread Display Modes
  #1  
Old 02-10-2002, 11:48 AM
Python523 Python523 is offline
Banned
Join Date: Aug 2001
Location: Illinois
Posts: 3,498
Python523 is on a distinguished road
Question Warpto

I just really got into NPC Server scripting and I need a little help, I can't get this NPC to warp and can someone tell me if they see any errors in this script:
if (playerchats&&startswith(Warp,#c))
{tokenize #c;
warpto #t(1),strtofloat(#t(2)),strtofloat(#t(3));
}

BTW: Yes I had it added in the NC correctly
  #2  
Old 03-08-2002, 08:03 PM
SaijinGohan SaijinGohan is offline
Registered User
SaijinGohan's Avatar
Join Date: Jul 2001
Location: U.S.A - Ohio
Posts: 536
SaijinGohan is on a distinguished road
Send a message via AIM to SaijinGohan Send a message via MSN to SaijinGohan
I thought warpto was just x,y stuff. Also is this a weapon or a level based NPC?
__________________

Job: A Legend

And you think that you have played Graal forever? Ha!
  #3  
Old 03-09-2002, 04:24 AM
cell424 cell424 is offline
Registered User
Join Date: Mar 2001
Location: USA/PA
Posts: 184
cell424 is on a distinguished road
Send a message via AIM to cell424
This might help.

I dont know if this would help, but it should.
if (playerchats&&startswith(Warp,#c)) {
tokenize #c;
if (tokenscount==4) {
warpto #t(1),strtofloat(#t(2)),strtofloat(#t(3));
}
}
__________________
Trunks
  #4  
Old 03-09-2002, 04:27 AM
Python523 Python523 is offline
Banned
Join Date: Aug 2001
Location: Illinois
Posts: 3,498
Python523 is on a distinguished road
I figured it out awhile ago...I had forgot to put the canwarp or canwarp2, forgot which one it was
  #5  
Old 03-09-2002, 04:33 AM
SaijinGohan SaijinGohan is offline
Registered User
SaijinGohan's Avatar
Join Date: Jul 2001
Location: U.S.A - Ohio
Posts: 536
SaijinGohan is on a distinguished road
Send a message via AIM to SaijinGohan Send a message via MSN to SaijinGohan
Very odd.
__________________

Job: A Legend

And you think that you have played Graal forever? Ha!
 


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +2. The time now is 12:41 AM.


Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2025, vBulletin Solutions Inc.
Copyright (C) 1998-2019 Toonslab All Rights Reserved.