get_what()?
Author | Topic: get_what()? |
---|---|
BANNED
Member # 4
|
written Monday, May 23 2005 08:27
Profile
Homepage
Which do YOU use- get_flag(); or get_sdf(); ? EDIT: For reference... (alphebetically) Stareye - get_sdf TM - get_flag Micael - get_flag Smoo - get_flag Zxquez - get_flag Slack - get_flag Khoth - get_flag JV - get_flag Kel - get_flag ...hmm... [ Monday, May 23, 2005 08:35: Message edited by: Dervish Malachai ] Poll Information This poll contains 1 question(s). 18 user(s) have voted. You may not view the results of this poll without voting. function launch_voter () { launch_window("http://www.ironycentral.com/cgi-bin/ubb/ultimatebb.cgi?ubb=poll;d=vote;pollid=zZXGkckzCxbZ"); return true; } // end launch_voter function launch_viewer () { launch_window("http://www.ironycentral.com/cgi-bin/ubb/ultimatebb.cgi?ubb=poll;d=view;pollid=zZXGkckzCxbZ"); return true; } // end launch_viewer function launch_window (url) { preview = window.open( url, "preview", "width=550,height=300,toolbar=no,location=no,directories=no,status,menubar=no,scrollbars,resizable,copyhistory=no" ); window.preview.focus(); return preview; } // end launch_window -------------------- * Posts: 6936 | Registered: Tuesday, September 18 2001 07:00 |
Post Navel Trauma ^_^
Member # 67
|
written Monday, May 23 2005 10:28
Profile
Homepage
get_flag, since if I remember correctly set_sdf doesn't work. -------------------- Barcoorah: I even did it to a big dorset ram. New Mac BoE Posts: 1798 | Registered: Thursday, October 4 2001 07:00 |
Infiltrator
Member # 2104
|
written Monday, May 23 2005 12:36
Profile
Homepage
I wasn't aware there is a "get_sdf." [ Wednesday, June 15, 2005 12:02: Message edited by: Millicent, Dear Millicent ] -------------------- —Zxquez Zolohahni Xerch'de/Rate. Posts: 549 | Registered: Thursday, October 17 2002 07:00 |
Shaper
Member # 5437
|
written Monday, May 23 2005 13:23
Profile
I have always used get_flag(), as I have never been able to get get_sdf() to work. Posts: 2032 | Registered: Wednesday, January 26 2005 08:00 |
...b10010b...
Member # 869
|
written Monday, May 23 2005 16:20
Profile
Homepage
I've been using get_sdf() for everything. If people are reporting it doesn't work, I may have to go back and change all my scripts. Botheration. -------------------- The Empire Always Loses: This Time For Sure! Posts: 9973 | Registered: Saturday, March 30 2002 08:00 |
Law Bringer
Member # 4153
|
written Monday, May 23 2005 17:06
Profile
Homepage
get_flag(); It's just easier, and doesn't involve an acronym. -------------------- Gamble with Gaea, and she eats your dice. I hate undead. I really, really, really, really hate undead. With a passion. Posts: 4130 | Registered: Friday, March 26 2004 08:00 |
Agent
Member # 4506
|
written Monday, May 23 2005 21:51
Profile
Homepage
quote:I found that it works about 50% of the time, so I changed to get_flag(). Anyway, make it how you want. It's easy to change. You just open it in Word, or a similar program, and do FIND AND REPLACE, and replace them all in a click of a buton. You'll have to do this for each script, but it's easy enough. - Archmagi Micael -------------------- "You dare Trifle with Avernum?" ~ Erika the Archmage -------------------- My Scenarios: Undead Valley : A small Undead problem, what could possibly go wrong? -------------------- Richard Black - PROOF of his existance (the Infernal one's website). -------------------- MY FORUM! Randomosity at it's highest! :) Posts: 1370 | Registered: Thursday, June 10 2004 07:00 |
Cartographer
Member # 995
|
written Tuesday, May 24 2005 14:24
Profile
or use a better editor? UltraEdit32 has a find/replace across many files. or if you have perl (ActiveState Perl for Windows would work, too), then, of course, you can perl -pi -e's/get_sdf/get_flag/g' *.txt Posts: 206 | Registered: Thursday, April 18 2002 07:00 |
...b10010b...
Member # 869
|
written Tuesday, May 24 2005 18:11
Profile
Homepage
Oh, I know there's nothing *difficult* about a simple find/replace. It's just a nuisance. -------------------- The Empire Always Loses: This Time For Sure! Posts: 9973 | Registered: Saturday, March 30 2002 08:00 |