Author Topic: Modifying Script Problem...  (Read 657 times)

Well, I was playing around with the Mutalid, and decided that I wanted it to hold more than one tool. So I decided to change the var to 5, and tried to load it in game. Wouldn't show up in the list.

So then I put the script back to 1. And it still didn't show up in the list.

What could have possibly gone wrong?

Accidentally pressed a other button while the cursor was somewhere, inserting a "syntax error"? Check console.

Nope. Nothing. Just doesn't show up in the list.

I even tried a few things on other scripts. Heck changing the max speed on one vehicle down by one number still has the addon un-activateable.

did you make sure that the script was a .cs when you were done?

Positive. It's happening to ANY script I try to modify.

Did you rename the file/folder it was in?

For the recent mods, I've only been modifying one or two variables. Things like....

BrickMaxJumpHeight = 20;

To

BrickMaxJumpHeight = 50;

Or

maxTools = 1;

to

maxTools = 5;

None of them work.