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 05-23-2002, 09:56 AM
HeeroYuy2000 HeeroYuy2000 is offline
Registered User
Join Date: Aug 2001
Location: Huntsville
Posts: 305
HeeroYuy2000 is on a distinguished road
Send a message via AIM to HeeroYuy2000 Send a message via Yahoo to HeeroYuy2000
Help with script

Ok well i am working for a server and i cant figure out how to make it so that when you play a server for the first time you cant see the other people in the level...I need this because you enter and you are on the ground and blah blah and if you can see the other players it will ruin it so if you can i help i would really appreciate it!
__________________
Reply With Quote
  #2  
Old 05-23-2002, 09:59 AM
Proxy Proxy is offline
Registered User
Proxy's Avatar
Join Date: Oct 2001
Location: West Kentucky
Posts: 774
Proxy is on a distinguished road
Send a message via AIM to Proxy
AlexH

Make the same level twice.
One is where the player starts in the server and only has warps out but none in.
The other that is connected to the rest of the server with warps in and out.
Thats the way I would do it.
__________________
Reply With Quote
  #3  
Old 05-23-2002, 10:07 AM
HeeroYuy2000 HeeroYuy2000 is offline
Registered User
Join Date: Aug 2001
Location: Huntsville
Posts: 305
HeeroYuy2000 is on a distinguished road
Send a message via AIM to HeeroYuy2000 Send a message via Yahoo to HeeroYuy2000
...

no i mean when a server firt comes out like 50 people are on at once i want it so you cant see those people in the same level...
__________________
Reply With Quote
  #4  
Old 05-23-2002, 08:01 PM
BBflat BBflat is offline
Registered User
BBflat's Avatar
Join Date: Apr 2002
Location: United States of America
Posts: 573
BBflat is on a distinguished road
Whenever I make starting levels or intro levels, movies, etc., I always make about 7-10 levels with the exact same thing only with different names. Then I have something like this...

NPC Code:

if (playerenters)
{
if (isleader)
{
movie code, or whatever else;
}
else
{
setlevel2 nextlevel,playerx,playery;
}
}



Then the level won't reset when someone enters unless they are the leader, and you will get warped to another room if you are not the first person. When you get to the last room and it is still occupied, set the warp to the entrance.
__________________
I am a .sig virus. Please put me in your .sig so I can continue to replicate.
Reply With Quote
  #5  
Old 05-23-2002, 10:44 PM
HeeroYuy2000 HeeroYuy2000 is offline
Registered User
Join Date: Aug 2001
Location: Huntsville
Posts: 305
HeeroYuy2000 is on a distinguished road
Send a message via AIM to HeeroYuy2000 Send a message via Yahoo to HeeroYuy2000
and if all the rooms are full then you wont be warped though...
but that is a good i dead
__________________
Reply With Quote
  #6  
Old 05-24-2002, 05:20 AM
BBflat BBflat is offline
Registered User
BBflat's Avatar
Join Date: Apr 2002
Location: United States of America
Posts: 573
BBflat is on a distinguished road
Quote:
Originally posted by HeeroYuy2000
and if all the rooms are full then you wont be warped though...
but that is a good i dead
If you have that many people doing the intro at once, that's your cue to add more levels. I find that rather unlikely, though.
__________________
I am a .sig virus. Please put me in your .sig so I can continue to replicate.
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 05:39 PM.


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