Graal Forums

Graal Forums (https://forums.graalonline.com/forums/index.php)
-   NPC Scripting (https://forums.graalonline.com/forums/forumdisplay.php?f=8)
-   -   Current Script?!? (https://forums.graalonline.com/forums/showthread.php?t=9946)

Floppyman 08-19-2001 01:48 PM

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

Falcor 08-19-2001 02:20 PM

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

Floppyman 08-19-2001 03:01 PM

Thanks alot man
 
Thanks alot for the script

Vinvect 08-21-2001 10:02 AM

kewl!
 
kewl now im gona make a obstcal race and it will have tat script!:D


All times are GMT +2. The time now is 04:45 PM.

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