Posted by Rishka on April 19, 1998 at 17:55:12:
In Reply to: Re: HOW TO USE CUSTOM WEAPON COGS IN LVLS posted by pig dog on April 19, 1998 at 17:06:08:
OK, sometimes if you have a part of the code entered wrong, the whole cog won't run at all. If you could send me a copy of the cog, I'll look it over and see if there are any errors. Or, if you want to see yourself, open up the cog and under the "activated:" message put in the line:
Print("Activated");
If when you run the cog, it prints activated when you activated the grappling hook, you know the cog runs, but there's an error in the cog. If this happens, look through all the commands to see what might be the problem.