Graal Forums  

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

Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old 08-23-2001, 04:26 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
How???

how do u make a thing that stays forever even if u log off then log back on.for example,
u used forever explosin wich keeps on exploding untill u turn it off.
then when u log off then log back on it will stay there.it will stay there even if u turn off ur computer.or even if u quit graal.
so can u pleez tell me da script?thx
__________________
==========================
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
  #2  
Old 08-23-2001, 04:30 AM
Poogle Poogle is offline
Registered User
Poogle's Avatar
Join Date: Jun 2001
Posts: 2,471
Poogle is on a distinguished road
Re: How???

Quote:
Originally posted by Vinvect
how do u make a thing that stays forever even if u log off then log back on.for example,
u used forever explosin wich keeps on exploding untill u turn it off.
then when u log off then log back on it will stay there.it will stay there even if u turn off ur computer.or even if u quit graal.
so can u pleez tell me da script?thx
Like a iscript a weapon that did that I didnt even try for it to do it so I named it Never Ending Nuke the script is unkown to me sorry
Reply With Quote
  #3  
Old 08-23-2001, 04:33 AM
KJS KJS is offline
The one, The only -
KJS's Avatar
Join Date: Apr 2001
Location: USA, Minnesota
Posts: 1,012
KJS is on a distinguished road
Send a message via AIM to KJS
Cool so...???

you are wondering like how to make things do things even if everyone on the server is not on. good example is like the birds on 2001.. So you are wondering how the birds and stuff still move even if there was no one on the server...

if this is your question then the awnser is

you can only do it if you have a npc server and the scripts are not clientside...

otherwise you would have to wait tell someone signed online
__________________
Thanks,
-KJL
Reply With Quote
  #4  
Old 08-23-2001, 04:40 AM
Poogle Poogle is offline
Registered User
Poogle's Avatar
Join Date: Jun 2001
Posts: 2,471
Poogle is on a distinguished road
Re: so...???

Quote:
Originally posted by KJS
you are wondering like how to make things do things even if everyone on the server is not on. good example is like the birds on 2001.. So you are wondering how the birds and stuff still move even if there was no one on the server...

if this is your question then the awnser is

you can only do it if you have a npc server and the scripts are not clientside...

otherwise you would have to wait tell someone signed online
OR Offline =P
Reply With Quote
  #5  
Old 08-23-2001, 05:37 AM
Guest
Posts: n/a
timereverywhere;
if (playerenters) {
timeout=0.05;
}
if (timeout) {
shootarrow 0;
timeout=0.05;
}

....?
Reply With Quote
  #6  
Old 08-23-2001, 07:37 AM
revalation revalation is offline
Registered User
revalation's Avatar
Join Date: Mar 2001
Location: a sea of cherry jello.
Posts: 973
revalation is on a distinguished road
Send a message via AIM to revalation Send a message via Yahoo to revalation
I think KJL is right.
__________________

kuromu.
Reply With Quote
  #7  
Old 08-23-2001, 08:10 AM
nyghtGT nyghtGT is offline
Banned
nyghtGT's Avatar
Join Date: Jun 2001
Posts: 3,993
nyghtGT is on a distinguished road
Send a message via AIM to nyghtGT
use while

use
while (condition) {
}
if will work as long as the "condition" is true ....
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

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:09 PM.


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