Skip to content

Commit

Permalink
Update mvm_underworld_rc2_int_astral_projection_vscripts.nut (#8)
Browse files Browse the repository at this point in the history
changes in the past 2 months see discord thread
  • Loading branch information
raandomguy authored Nov 20, 2024
1 parent 585ff77 commit 5f01df9
Showing 1 changed file with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

//Make all the arrows red. Because.
EntFire("bombpath_holograms*","color","255 50 50") //Chrstin told me how to do these.
//Make the bomb into the Halloween Pass-Time JACK.
EntFire("intel","setmodel","models/passtime/ball/passtime_ball_halloween.mdl") //PDA Expert helped here.
EntFire("intel","setmodelscale",1.3) //Yoovy's mission "Boneworks", a 666 Medieval Intermediate on Mannworks inspired this btw.
//Here: https://testing.potato.tf/tf/scripts/population/mvm_mannworks_int_boneworks.pop

//function7
//lol just a changeattributes relay i prob could've put this in the pop but i don't care.
Expand Down Expand Up @@ -56,7 +60,7 @@ function SpawnChangeAttributes()
})
SpawnEntityFromTable("game_text", {
targetname = "bottom_text"
message = "THE EUGENESIS"
message = "SOUL HIVE"
x = -1
y = 0.45
spawnflags = 1
Expand Down

0 comments on commit 5f01df9

Please sign in to comment.