#SG4Y How To Script An Easter Egg (Game Engines & BO3 Modtools)

Channel:
Subscribers:
3,720
Published on ● Video Link: https://www.youtube.com/watch?v=AjJOAbkc2Oo



Duration: 52:30
2,669 views
0


Thanks for watching this video
Make sure to leave a like

Become an Awesome Channel member by joining in here,

https://www.youtube.com/channel/UCmuVC6GXcj3hZr5lYrnXFYg/join

You can also tip the channel here: https://streamelements.com/sharpgamers4you/tip
__________________________________________________________________
**IMPORTANT INFORMATIONS**

Here is my script for you to use and modify.
Remember to give the objects the target names of the scripts, or change the target names to your model's & trigger's target name in the scripts.

Put the following line under "level thread perk_init();" of your map name.GSC
thread secret_area_doors_with_model();


now paste the following function (Scripts) at the very bottom of your map name.GSC

function secret_area_doors_with_model()
{

button = GetEnt("secret_door_button", "targetname");
button_trigger = GetEnt("secret_door_button_trigger", "targetname");
button_trigger SetHintString("Press &&1 to press the button");

//doors
door1 = GetEnt("secret_door1", "targetname");
door2 = GetEnt("secret_door2", "targetname");
//ball pickup
ball_pickup = GetEnt("ball_pickup", "targetname");
ball_pickup hide();

//ball trigger
ball_pickup_trigger = GetEnt("ball_pickup_trigger", "targetname");
ball_pickup_trigger SetHintString("Press &&1 to pickup the ball");
ball_pickup_trigger hide();

//ball place
ball_placed_down = GetEnt("ball_placed_down", "targetname");
ball_placed_down hide();

ball_place_trigger = GetEnt("ball_place_trigger", "targetname");
ball_place_trigger SetHintString("Press &&1 to place the ball");
ball_place_trigger hide();




//function of trigger for button


button_trigger Hide();
level flag::wait_till( "power_on" );
button_trigger Show();

button_trigger waittill("trigger", player);
button MoveY(2,1);
player playsound( "secret_button_pressed" );
wait(1);
button_trigger Delete();
player playsound("secret_button_released");
button MoveY(-2,1);
wait(3);
door1 MoveY(-157,5);
wait(5.5);
door1 Delete();
ball_pickup Show();
ball_pickup_trigger Show();

//function for the ball pickup

ball_pickup_trigger waittill("trigger", player);
ball_pickup hide();
ball_pickup_trigger hide();
wait(1);
ball_place_trigger Show();
ball_place_trigger waittill("trigger", player);
ball_placed_down Show();
ball_place_trigger hide();
door2 MoveZ(-157,2);
wait(2);
door2 Delete();
ball_place_trigger Delete();
ball_pickup_trigger Delete();
}
__________________________________________________________________

Donate to my PayPal account to support my channel The Sexy Way!

Donate here,
Paypal.me/SG4Y

Follow me on Twitter
@fuck_policia

Follow me on Instagram
@mehmetdemir1997

Add me on steam
sharpgamers4you

Add me on ps3
muszie-58

Add me on ps4
sharpgamers4you or muszie-58

Add me on Snapchat
sharpgamers4you

Join The Discord Server!
https://discord.gg/k8G5BnW

Follow me on Twitch-TV
http://www.twitch.tv/sharpgamers4you

Follow My Livestream Playlist On SPOTIFY,
https://open.spotify.com/user/m.demir1997/playlist/0qV07fiNEGYGXTFBxltO1X

This Video Is Edited, Recorded, And Owned By Sharpgamers4you.
unless it's informed differently in the video by Sharpgamers4you.

To use the video or a part of its Permission of Sharpgamers4you is REQUIRED!.
______________________________________________________________
Contact Sharpgamers4you Through The Linked Servers/Social media accounts.







Tags:
sharpgamers4you
C++ scripts
tutorial
Black Ops 3 Modtools
black ops 3 mod tools
black ops 3 mod tools tutorial
black ops 3 mod tools lighting
mod tools
black ops 3
bo3
Scripting Tutorial
scripting tutorial roblox
scripting tutorial roblox 2020
how to script on roblox
roblox scripting tutorial
bo3 modtools assets
bo3 mod tools assets
call of duty
add your easter egg in games
top 10 easter eggs
top 10 easter eggs in games



Other Statistics

Call of Duty: Black Ops III Statistics For Xerabyte

At present, Xerabyte has 74,642 views spread across 194 videos for Call of Duty: Black Ops III, and over 6 days worth of watchable video for Call of Duty: Black Ops III published on his channel. This is 12.43% of the total watchable video on Xerabyte's YouTube channel.