Author Topic: Lighted Arrow...  (Read 488 times)

Anybody remember that request a while back for a throw-able light? And do you remember how I attemped to take a whack at it? Before, no light would come off the arrow. Today, I was screwing around with my old saves, one where somebody made an arrow shooter. I was wondering why the arrow had a blue light, then it hit me. Anybody want to build off of that? It's about 1 line of code changed, and is still the original bow. Not another renamed weapon.

Code: [Select]
someProjectileData.hasLight = true;
someProjectileData.lightRadius = someRadius;
someProjectileData.lightColor = "someRed someGreen someBlue";
Ta-Dah!...   Boring.

I know. Like I said: A while back, somebody asked for a throwable light that would stick to stuff.