Graal Forums  

Go Back   Graal Forums > Development Forums > Level Design
FAQ Members List Calendar Today's Posts

Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old 07-02-2001, 06:44 AM
CrazedMerlin CrazedMerlin is offline
Some Guy :\
Join Date: Apr 2001
Posts: 3,619
CrazedMerlin is on a distinguished road
Send a message via AIM to CrazedMerlin Send a message via Yahoo to CrazedMerlin
do you mean like if you say warp1 it warps you to a place ex:/start.graal if you say warp2 it warps you to somewhere else ex:/start2.graal
would be like
if (playertouchsme) {toweapons Warper;}
if (weaponfired) {setplayerprop #c,Say warp and the number of the destination;
sleep1.5;
setplayerprop #c, ;}
if (playerchats&&strequals(#c,warp1)) {
//extra animations etc here (optional)
setlevel2 start.graal,x,y;
}
else
if (playerchats&&strequals(#c,warp2)) {
//extra animations etc here (optional)
setlevel2 start2.graal,x,y;
}


basicly like that
__________________

ICQ: 117881194
AIM: TehWizad
E-Mail: [email protected]
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 12:46 AM.


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