ok ive tried this multiple times. what i have done is 05a_deltapprach bsp 00 into beavercreek. i have experience with adding scripts to levels using entity on a level with no scripts, and i works evrytime except this time. so i have the whole level together, working sounds, fp_models, and even ai, but whenever i add a simple no gravity script:
Code: Select all
(script startup gravity_hack
(begin
(physics_set_gravity 0.5)
)
)
it freezes in the lobby =(. does anyuone kno how to fix this odd problem?