SCRIPTING TUTORIAL: Targeting, linking, array, play fx on tag
Channel:
Subscribers:
549
Published on ● Video Link: https://www.youtube.com/watch?v=f9KvRiX1vp4
function crate_rotate()
{
crate = GetEnt("crate","targetname");
crate_parts = GetEntArray(crate.target, "targetname");
foreach(part in crate_parts)
part thread link_to_crate(crate);
not_whatever = GetEnt("not_whatever","targetname");
not_whatever LinkTo(crate);
while(1)
{
crate RotateYaw(360,8);
wait 8;
}
}
function link_to_crate(crate)
{
self EnableLinkTo();
self LinkTo(crate);
if(self.script_noteworthy == "fx_piece")
PlayFXOnTag("smoke/fx_smk_window_100x100_black",self,"tag_origin");
}
Other Videos By Symbo
2018-07-26 | Black Ops 3 Custom: Parasite war |
2018-06-16 | CUSTOM ZOMBIES BO3: playing GRIEF with friends |
2018-05-31 | DEV STREAM: find motivation to work on the trap map |
2018-05-31 | TUTORIAL: turn light on and off |
2018-05-31 | TUTORIAL: Adding juke behavior to zombies |
2018-05-29 | Custom map Landing Tank |
2018-05-27 | Testing 8 players lobby |
2018-05-17 | Zetsubou Jumpscare in the Giant Trap |
2018-05-15 | The Giant monkey easter egg |
2018-05-15 | DEV STREAM: Boring AF Don't watch |
2018-05-11 | SCRIPTING TUTORIAL: Targeting, linking, array, play fx on tag |
2018-05-10 | TUTORIAL: Zombies RESPAWN |
2018-05-08 | Custom zombie map: THE GIANT ROBOT with damage |
2018-04-27 | TUTORIAL: Install all the traps CUSTOM ZOMBIES BO3 |
2018-04-26 | The Giant Traps: day 2 |
2018-04-25 | TUTORIAL: Local Power (only turn on what you want) |
2018-04-23 | MODTOOLS B03: Script With Symbo |
2018-04-23 | TUTORIAL: Add Animations To Your Maps |
2018-04-23 | TUTORIAL: Drivable Vehicles In Zombies. |
2018-04-21 | Working on traps |
2018-04-20 | New trap: chain trap from Shadow. just need the sound now |
Tags:
tutorial
mod tools
modtool
zombie
scripting
bo3
blackops3
custom
map