And Shalted cause hes ub3r h4x with his programming.Shalted wrote:Yes... Brok3n Halo...-DeToX- wrote:Amazing. Someone give Brok3n Halo (The account) a programming Emblem.![]()
And r0tten, it's newer than the one you have, and it's also an entity lib

Must kill r0tten for holding out...r0tten wrote:is this the same one i've had for about 2-3 weeks? sorry i never got back to you guys about it, work got real busy, i have had no real complaints about it so far though. i also was'nt sure before if it was cool to release anything i did with it. so i guess i'll dig up my example mod i made and post it later, it has some cool *** in it, nothing too special though, i'm not too good at scripting.
I believe you have to add chunks, that's what I was told.Agent ME wrote:Can this add the required stuff for scripts into maps that don't use scripts? Does it decompile the pre-existing script when you start it? Can it compile scripts into maps longer than the existing scripts? Can it program my toaster to make me breakfast every morning?
Must kill r0tten for holding out...
Code: Select all
(script startup uber_gravity_hack
(begin
(physics_set_gravity 2.5)
)
)
Code: Select all
(script startup uber_gravity_hack
(begin
(begin
(physics_set_gravity 2.5)
)
))