Graal Forums  

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

Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old 10-21-2001, 08:43 AM
fireball_dolphonia fireball_dolphonia is offline
Registered User
Join Date: Sep 2001
Location: Graalistan
Posts: 73
fireball_dolphonia is on a distinguished road
Warper!

ok
why wont this work
if (playerchats)setlevel2 #c,#c,#c;
__________________

ages.ccs.com/ccsimages/cat_
Reply With Quote
  #2  
Old 10-21-2001, 08:48 AM
TDO2000 TDO2000 is offline
Registered User
TDO2000's Avatar
Join Date: Jul 2001
Location: Germany
Posts: 655
TDO2000 is on a distinguished road
Quote:
if (playerchats)setlevel2 #c,#c,#c;
because if u would say something like
onlinestartlocal 30 30 it would be
setlevel2 onlinestartlocal 30 30,onlinestartlocal 30 30 ,onlinestartlocal 30 30;

do something like:
if(playerchats && startswith(warp,#c)){
tokenize #c;
setlevel2 #t(1),strtofloat(#t(2)),strtofloat(#t(3));
}

should work better =)
u have to say:
warp levelname x-pos y-pos

so:
warp onlinestartlocal.graal 30 30
__________________
No Webhost at the moment
Reply With Quote
  #3  
Old 10-21-2001, 10:05 AM
royce royce is offline
Banned
royce's Avatar
Join Date: Sep 2001
Location: Yakitinzen, China
Posts: 2,271
royce is on a distinguished road
Send a message via AIM to royce
is there a way to warp a different player there from your player without a rc?& without the npc server??? I dont think so but i'm not completely positive....
Reply With Quote
  #4  
Old 10-21-2001, 02:16 PM
Bravo_NPC-Admin2 Bravo_NPC-Admin2 is offline
Registered User
Join Date: Oct 2001
Location: mars
Posts: 13
Bravo_NPC-Admin2 is on a distinguished road
u use server strings to request a warp to a player

like:

if(server.blah="warpplayer bob")
if(acount=bob)
warp2 blah.graal,blahx,blahy;
server.blah=nuttin
}
}
__________________
wOOt~!

Purple Monkey Power!
Reply With Quote
Reply


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 04:15 PM.


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