Posted by CogKing on January 06, 1998 at 02:16:03:
In Reply to: More COG Problems...getting a little angry here. posted by Griff on January 06, 1998 at 00:34:12:
> Here's the line that I've editied in force_lightning.cog ;
> FireProjectile(player, lightning, -1, -1, '-0.025 0.01 0', '0 0 0', 1.0, 0, autoAimFOV, autoAimFOV);
> Set Light = (0.5);
You should try :
aProjectile = FireProjectile( *all your parameters here* );
SetThingLight(aProjectile, 0.5, 0);
"En oinw aletheia" (that's Greek, do you really understand it better than Cog ? :-))
-CogKing