If you use Notepad, and make sure Format->Word Wrap is unchecked you can go to a specific line number using Edit->Go To, entering the line number and then "OK". Ctrl+G is the shortcut.Stupid question - I open this up in notepad - is there another program I can open it up in that will show me what line 147 is?
Thanks!
case $location[Hippy Camp]:
case $location[Frat House]: return (itemcheck($item[dingy dinghy]) && get_property("warProgress") == "unstarted");
case $location[Hippy Camp]: return (itemcheck($item[dingy dinghy]) && get_property("warProgress") != "started" && get_property("sideDefeated") != "hippies" && get_property("sideDefeated") != "both");
case $location[Frat House]: return (itemcheck($item[dingy dinghy]) && get_property("warProgress") != "started" && get_property("sideDefeated") != "fratboys" && get_property("sideDefeated") != "both");
return (perm_urlcheck("bathole.php",substring(to_url(where),0,index_of(to_url(where),"&"))));
return (perm_urlcheck("bathole.php", to_url(where)));