PDA

View Full Version : Refreshing Code



T-Shinzon
04-24-2004, 01:08 PM
I have scripted a vehicle and set its entryradius and camdistance to, say variable x. When I run it, it is exactly how it should be. I exit and modify these variables. I delete the .u file. I recompile. When I run it again, the vehicle still has an entryradius and camdistance of x; that is to say NOTHING CHANGED. My code doesn't seem to change when I modify it and recompile, but only for these two attributes. How would I solve this?

kisk
04-24-2004, 01:39 PM
try deleting the .ucl file in /system

T-Shinzon
04-24-2004, 02:22 PM
Which .ucl file would that be?

legacy-Bigcheeese
04-24-2004, 06:41 PM
same name as the .u

T-Shinzon
04-24-2004, 09:11 PM
There doesn't seem to be a .ucl with the same name as the vehicle .u file. FYI: My coding is not designed to be a mutator. What would I do then?