Posts: 233
Threads: 52
Joined: Apr 2012
Reputation:
0
The other day i was scripting in my script a new faction and by accident i put a w somewhere. I cant find it because it says undefined symbol then it gives me the last line the symbol is in but its not, Can someone help me
Posts: 62
Threads: 30
Joined: Mar 2012
Reputation:
0
you might be able find the w with CTRL+F and type "w"
Posts: 453
Threads: 1
Joined: Feb 2011
Reputation:
0
Try this step:
First look at the line number that is first showing the error, so the w must be before the error line.
Then use CTRL+F and search for "w", make sure you checked the "Whole Words Only" in the options, this should find "w"
if not, shows the code before the error line if you can.
hope it helps.