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 08-19-2001, 01:48 PM
Floppyman Floppyman is offline
Banned
Join Date: Aug 2001
Posts: 45
Floppyman is on a distinguished road
Current Script?!?

Please i need someones help, i need a script , so if i was to step in the water the currents would push me down stream, and if i tried swimmin up, it would be hard
Reply With Quote
  #2  
Old 08-19-2001, 02:20 PM
Falcor Falcor is offline
Darth Cucumber
Falcor's Avatar
Join Date: Mar 2001
Location: At School
Posts: 2,874
Falcor is on a distinguished road
Send a message via ICQ to Falcor Send a message via AIM to Falcor Send a message via MSN to Falcor Send a message via Yahoo to Falcor
TIRED!!!!

NPC Code:

if(playerenters || timeout) {
timereverywhere;
timeout = 0.05;
this.check = 0;
for(i=0;i<2;i++;) {
if(onwall(playerx+.5+i,playery+3+i)) {
this.check = 1;
break;
}
}
if(this.check == 0) {
playery+=.3;
}
}



Asuming its non-p2p
__________________

subliminal message: 1+1=3

Last edited by Falcor; 08-19-2001 at 02:33 PM..
Reply With Quote
  #3  
Old 08-19-2001, 03:01 PM
Floppyman Floppyman is offline
Banned
Join Date: Aug 2001
Posts: 45
Floppyman is on a distinguished road
Smile Thanks alot man

Thanks alot for the script
Reply With Quote
  #4  
Old 08-21-2001, 10:02 AM
Vinvect Vinvect is offline
Registered User
Join Date: Aug 2001
Location: U.S.A,California,Milpitas,In A House,In Room,On A Seat,On a Computer
Posts: 157
Vinvect is on a distinguished road
Send a message via ICQ to Vinvect Send a message via Yahoo to Vinvect
Talking kewl!

kewl now im gona make a obstcal race and it will have tat script!
__________________
==========================
I Script Really Good
&
Looking For A NAT Job
==========================
Quote:
That's like a big lugee!
-Evolution The Movie
Quote:
Ha Ha Ha Give It Up!
-Cyrus From Bomberman
I'm not a Bomy anymore.
I'm a MUTATED BROCLI MONSTER!
(or SIGN MONSTER)
If you make me angry,
I'LL EAT YOU WHOLE!
ME, MUTATED BROCLI MONSTER MASTER
(or SIGN MONSTER)
WILL EAT YOU ALL UP!
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
Quest Valley Owner
Looking For Staff
Pm Me
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
O.o Still Have My Braen Damaegd o.O


Thanks To Esiah, He Made This For Me!
Thanks Esiah!
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 05:29 AM.


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