Sign in to follow this  
Followers 0
Hazza

script an elevator

12 posts in this topic

dose anyone know the script to making a automatic elevator in radiant witch goes up and down on its own thanks. 

0

Share this post


Link to post
Share on other sites

just create a loop and have it move, wait a few seconds, move and then wait...

0

Share this post


Link to post
Share on other sites

Tons of places to learn to script the elevator and such as:

 

www.zeroy.com/script is one of them.

0

Share this post


Link to post
Share on other sites

Here, Just change the cords to what you want. Also remember to thread Elevator();  :P 

Elevator()
{
        elevator=getent("elevator","targetname");
 
        for(;;)
        {
                elevator movez (977,3,0.5,0.5);
                elevator waittill("movedone");
                elevator movez (-977,3,0.5,0.5);
                elevator waittill("movedone");
        }
}
0

Share this post


Link to post
Share on other sites

Hi there, creating a map can be difficult especially when you don't know how to script.

 

You should follow these helpful tutorials in order to learn scripting and maybe start scripting maps on your own.

 

https://www.youtube.com/watch?v=Wgu5vNHHmW4

 

https://www.youtube.com/watch?v=gavmdAkmv1c

 

https://www.youtube.com/watch?v=8816LgJy4ag&list=UUxiM6XnQuXK3QWiRuWpc7aQ

 

https://www.youtube.com/watch?v=bqgw0pzx6Rg

 

 

And for advanced radiant things subscribe to BlackJackJonnyy: https://www.youtube.com/channel/UCIkU1xPvgfJQgo0w3o1PzVw

 

hope this help and if you have any questions, ask them on the forum or add mappers on xfire and I'm sure they'd be willing to help you! Best of luck mapping ;)

0

Share this post


Link to post
Share on other sites

you whouldnt be asking for scripts then copying, the way to learn is by experimenting, and taking your time to do the scripts, when i was first started helping sentrex he needed lots of help, i gave him cluesbut not the answers, then about a month later stronghold came out.

0

Share this post


Link to post
Share on other sites

you whouldnt be asking for scripts then copying, the way to learn is by experimenting, and taking your time to do the scripts, when i was first started helping sentrex he needed lots of help, i gave him cluesbut not the answers, then about a month later stronghold came out.

:wub:

0

Share this post


Link to post
Share on other sites

He did make glow before, but not sure if that was taken scripts :dave: 

 

People still think every script in dawn is stolen... 

 

They aren't... Some are my own. Other are not. 

0

Share this post


Link to post
Share on other sites

He did make glow before, but not sure if that was taken scripts :dave: 

 

People still think every script in dawn is stolen... 

 

They aren't... Some are my own. Other are not.

Nah, I've always made my own scripts but up until Stronghold everything was either the move function or the rotate function :')
0

Share this post


Link to post
Share on other sites

Nah, I've always made my own scripts but up until Stronghold everything was either the move function or the rotate function :')

My first released map had 2 traps, one that moves side to side awfully, and the second was a rotating platform.

Multi. 

0

Share this post


Link to post
Share on other sites

Nah, I've always made my own scripts but up until Stronghold everything was either the move function or the rotate function :')

Well i did that too but now im trying to get more advanced into scripting :)

0

Share this post


Link to post
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
Sign in to follow this  
Followers 0