Search results

Jump to navigation Jump to search
  • ...haracters each of which represents one of the cellar squares in order from 1 to 25. The meaning of each character is as follows. 1 = Explored / Stairs Up
    849 bytes (113 words) - 04:20, 10 September 2011
  • if (item_amount($item[tree-holed coin]) < 1) { while (item_amount($item[tree-holed coin]) < 1)
    2 KB (271 words) - 03:38, 14 January 2015
  • ...ills" : 1, "whalebone corset" : 1, "whole turkey leg" : 1, "Ze™ goggles" : 1 }
    4 KB (451 words) - 00:10, 26 November 2014
  • while (my_mp()-12>(i*(i+1)*(i+2)/6)-(i*(i-1)/2)-(c*(c+1)*(c+2)/6)-(c*(c-1)/2)) { i=i+1;
    2 KB (250 words) - 22:14, 21 May 2010
  • cli_execute("csend 1 meat to Testudinata"); while(have_effect($effect[Ode to Booze]) < 1 && iterations < 30) {
    1 KB (142 words) - 18:22, 31 December 2010
  • ...}-1. Note that this function aborts with an error if you attempt to supply 1 for {{pspan|range}} (not that a number between 0 and 0 is all that random). int die1 = 1 + random(6);
    965 bytes (137 words) - 01:35, 3 July 2010
  • int i = 1; i += 1;
    1 KB (146 words) - 01:11, 7 November 2018
  • if(item_amount($item[detuned radio]) < 1 && knoll_available() && my_meat() >= 300) buy(1, $item[detuned radio]);
    725 bytes (92 words) - 08:12, 19 May 2011
  • set_property( "choiceAdventure595", "1" ); use( 1, $item[CSA fire-starting kit] );
    871 bytes (104 words) - 00:44, 6 November 2014
  • adventure(1, $location[hedge maze]); maze_trips = maze_trips + 1;
    1 KB (180 words) - 22:19, 21 May 2010
  • if ( stills_available() > 1 ) { set_property( "promptAboutCrafting", 1 );
    2 KB (279 words) - 15:28, 31 December 2020
  • ...characters each of which represents one of the city squares in order from 1 to 25. The meaning of each character is as follows. for i from 1 to length(hiddenCityLayout)
    2 KB (280 words) - 04:10, 10 September 2011
  • buy(1 , $item[hermit permit]); adventure(1 , $location[knob goblin treasury]);
    1 KB (186 words) - 21:44, 21 May 2010
  • ...) and their respective values. A map can have any amount of keys, but only 1 value. Also, keys will always be unique from one another. To understand this, lets take the simplest type of map, a map with 1 key each giving a value and lets use the following analogy of keys and door
    8 KB (1,273 words) - 02:17, 25 January 2015
  • if (in_casual() && available_amount($item[smut orc keepsake box]) < 1) { buy(1, $item[smut orc keepsake box]);
    884 bytes (118 words) - 18:42, 23 June 2022
  • ...Monkee}} for a given {{pspan|round}} of combat. This only works for rounds 1 to 10. ...ent of your next attack should be <syntaxhighlight>dad_sea_monkee_weakness(1)</syntaxhighlight>.|
    2 KB (214 words) - 01:20, 10 March 2020
  • bots_tried = bots_tried + 1; bots_tried = bots_tried + 1;
    1 KB (208 words) - 03:16, 14 January 2014
  • 1: Can I fight that tentacle you saved for science? |{{{1|}}}
    1 KB (171 words) - 07:31, 22 December 2020
  • ...]: element 0 is the entire text matched by the regular expression, element 1 is the text matched by the first set of grouping parentheses within the exp test[0][1] = 134
    4 KB (513 words) - 17:14, 14 October 2014
  • if (my_ascensions() < 1 || in_bad_moon()) return true; if (my_ascensions() < 1) return (my_level() > 4);
    1 KB (165 words) - 10:10, 19 May 2011
  • craft("cook", 1, $item[vial of red slime], $item[vial of green slime]); craft("cook", 1, $item[vial of red slime], $item[vial of chartreuse slime]);
    2 KB (367 words) - 22:08, 21 May 2010
  • description=The following code will put 1 of each Club, Diamond, Heart, and Space necklace into the display case.| put_display( 1 , necklace );
    1 KB (160 words) - 17:45, 26 June 2010
  • string s = "hi i am a nigerian prince, would you like 1 million us dollar?"; Returns:<pre>HI I AM A NIGERIAN PRINCE, WOULD YOU LIKE 1 MILLION US DOLLAR?</pre>}}|
    1 KB (144 words) - 05:08, 22 May 2010
  • string s = "HI I AM A NIGERIAN PRINCE, WOULD YOU LIKE 1 MILLION US DOLLAR?"; Returns:<pre>hi i am a nigerian prince, would you like 1 million us dollar?</pre>}}|
    1 KB (144 words) - 05:08, 22 May 2010
  • if (use(1 , $item[dance card])) { adventure(1 , $location[Haunted Ballroom]);
    1 KB (150 words) - 21:32, 21 May 2010
  • boolean success = create(1, $item[mandarina colada]); print("You have made 1 mandarina colada.");
    1 KB (160 words) - 22:34, 7 October 2013
  • ...n1.description=Returns the position of the second string in the first (or -1 if not found), optionally starting its search from a given position. ...ns the position where {{pspan|find}} first occurs in {{pspan|search}}, or -1 if {{pspan|find}} was not found.</p>
    2 KB (308 words) - 12:26, 23 December 2020
  • ** These have a value of 1 if the current adventure location, zone, or environment contains the specif ** This has a value of 1 if the player's path matches the text.
    4 KB (565 words) - 16:01, 5 June 2015
  • int x = 1; ...shadow version of yourself explodes") && have_effect($effect[beaten up]) < 1) {
    4 KB (495 words) - 22:56, 21 January 2015
  • ...1.description=the number of the choice option you wish to take. Use <code>-1</code> to automate the rest of the choice using the current [[Choice Advent ...1.description=the number of the choice option you wish to take. Use <code>-1</code> to automate the rest of the choice using the current [[Choice Advent
    6 KB (762 words) - 19:59, 1 January 2021
  • |function2.param2.default=1 |description=This will drink 1 Mae West without Ode without a warning if you are unable to get Ode.
    2 KB (324 words) - 14:21, 23 December 2020
  • ...ate using the in game calendar as an integer from 0 to 95 where "Jarlsuary 1" is 0 and "Dougtember 8" is 95.| else if((last + 1) % 96 == gameday_to_int())
    1 KB (211 words) - 08:56, 27 April 2011
  • numbers = "1, 203, 20002, 450, 194, 92992, 9000, 1"; if (count(avgmap) == 1)
    5 KB (671 words) - 00:41, 21 August 2020
  • * # : 1, 2, 3, 4
    321 bytes (46 words) - 23:39, 14 May 2012
  • total += 1; have +=1;
    1 KB (215 words) - 03:37, 14 January 2015
  • ...of item {{pspan|it}} from {{pspan|master}}. If {{pspan|qty}} is less than 1, the function will return true without purchasing anything. Otherwise it re print("Selling "+it+" to "+master+" for "+price+" "+coins+(qty > 1? " each.": "."));
    1 KB (201 words) - 05:54, 18 March 2012
  • ...e {{pspan|qty}} amount of item {{pspan|it}}. If {{pspan|qty}} is less than 1, the function will not purchase anything.</p> ...purchase succeeded and false if it did not. If a {{pspan|price}} less than 1 is passed, the function will always buy {{pspan|qty}}, regardless of price.
    2 KB (366 words) - 08:47, 6 November 2014
  • call a( "print 1" ); print 1
    2 KB (228 words) - 06:52, 23 February 2021
  • ....description=Returns the last index of the second string in the first, or -1 if no match is found. ...{{pspan|find}} does not occur in {{pspan|search}}, this function returns -1.</p>
    2 KB (252 words) - 12:34, 23 December 2020
  • You could use 1 of astral energy drink. if (count(avgmap) == 1)
    4 KB (541 words) - 12:59, 10 May 2020
  • cli_execute( "trigger lose_effect, Knowing Smile, cast 1 Knowing Smile" ); cli_execute( "trigger lose_effect, Disco Smirk, cast 1 Disco Smirk" );
    4 KB (519 words) - 14:41, 23 December 2020
  • set_property("choiceAdventure675", 1); set_property("choiceAdventure676", 1);
    2 KB (233 words) - 22:24, 21 January 2015
  • if(round == 1 && have_effect($effect[On the Trail]) < 1) return get_ccs_action(round - 1);
    5 KB (686 words) - 05:56, 22 November 2019
  • * If {{pspan|qty}} is 1, this function follows normal string matching ...not match unless the third form is used and {{pspan|qty}} is not equal to 1.|
    2 KB (247 words) - 02:52, 26 June 2010
  • ...umber of adventures that are expected to be consumed at this location, or -1 can be passed to use the default. Specifically, 0 will prevent any counters description=Adventures 1 time at the Slime Tube. If an adventure takes no turns, possibly because th
    2 KB (356 words) - 06:45, 7 July 2021
  • | -1 | -1
    2 KB (262 words) - 00:49, 30 September 2017
  • print("Example 1: "+ now_to_string("yyyy.MM.dd G 'at' HH:mm:ss z")); Example 1: 2011.01.25 AD at 21:14:56 CST
    2 KB (226 words) - 13:29, 23 January 2014
  • ## Octopus Spade, if more than 1. if ( item_amount( $item[Octopus spade] ) > 1 )
    4 KB (676 words) - 21:21, 23 August 2010
  • retrieve_item(1 , $item[meat detector]);
    699 bytes (85 words) - 08:51, 8 November 2014
  • visit_url("showclan.php?recruiter=1&whichclan=" + my_id());
    703 bytes (97 words) - 09:18, 7 November 2014
  • |{{{1|}}}
    952 bytes (111 words) - 12:12, 23 December 2020
  • |{{{1|}}}
    945 bytes (111 words) - 12:42, 11 January 2021
  • |{{{1|}}}
    715 bytes (91 words) - 05:13, 21 December 2020
  • |{{{1|}}}
    993 bytes (113 words) - 10:44, 23 December 2020
  • if ( !retrieve_item( 1 , nightcap ) ) overdrink( 1 , nightcap );
    2 KB (270 words) - 22:03, 27 December 2022
  • ...thod is to check for turns of buff greater than 1 (for true), or less than 1 (for not having the buff). if(have_effect($effect[Sonata of Sneakiness]) < 1)
    3 KB (493 words) - 21:22, 23 August 2010
  • ...e our Disco Bandit combo skill which makes the fight easier and gives us a 1 turn +30% meat buff. This would be a huge pain to do manually for every fi ..., and it has several lines: A [Default] folder-looking icon, followed by a 1: Special Action, and 2: Attack With Weapon.
    5 KB (864 words) - 15:31, 19 January 2011
  • == 1. Gather Ashref Functions == int ct = 1;
    10 KB (1,356 words) - 04:44, 29 April 2023
  • ...place=paco"); if(item_amount($item[Degrassi Knoll shopping list]) > 0) use(1, $item[Degrassi Knoll shopping list]); visit_url("guild.php?place=paco"); v ...- my_basestat(s);print("Missing "+s_left+" substat for level "+(my_level()+1));</pre>
    6 KB (914 words) - 21:07, 31 October 2019
  • |{{{1|}}}
    1 KB (122 words) - 10:47, 23 December 2020
  • |{{{1|}}}
    974 bytes (126 words) - 05:33, 21 December 2020
  • return 1; case -1:
    4 KB (556 words) - 05:36, 19 September 2019
  • hermit(1, $item[ ten-leaf clover ]); boolean fakeBool = hermit(1, $item[ ten-leaf clover ]);
    5 KB (700 words) - 20:37, 3 July 2021
  • ...not print a countdown on the gCLI during the delay.</p><p>Minimum wait is 1 second, even if {{pspan|secs}} is 0.| for x from 1 to 5 {
    2 KB (280 words) - 23:05, 21 January 2015
  • ...s your auto-attack as an integer code. Possible values are 0 for disabled, 1 for attack with weapon, a [http://kol.coldfront.net/thekolwiki/index.php/Sk
    782 bytes (114 words) - 18:35, 31 January 2011
  • ...purchase succeeded and false if it did not. If a {{pspan|price}} less than 1 is passed, the function will always buy {{pspan|qty}}, regardless of price. buy(1 , $item[broken skull]);
    4 KB (578 words) - 07:12, 3 July 2021
  • int rocks = 1;
    749 bytes (95 words) - 21:32, 21 May 2010
  • mrvar[ 1 ] = rvar; 1 => record my_type
    2 KB (312 words) - 23:19, 20 September 2020
  • |moreinfo= Will give the following output: <pre>Choice 1: Toss! |{{{1|}}}
    3 KB (280 words) - 10:08, 23 April 2023
  • put_closet( 1, it ) ;
    832 bytes (112 words) - 21:48, 21 May 2010
  • ...n style="color:red">Encountered 'continue' outside of loop (test.ash, line 1)</span> int a = 1
    10 KB (1,421 words) - 11:25, 24 June 2011
  • float adjust_drop = monster_drop * (meat_drop_modifier() / 100.0 + 1);
    824 bytes (109 words) - 21:51, 21 May 2010
  • adventure(1 , $location[haunted ballroom]);
    859 bytes (116 words) - 22:18, 21 May 2010
  • ...else you want for a logout script like this. Make reminders to use up your 1/day stuff, and abort the script if you have not. Maybe you want to summon a cli_execute("csend 1 meat to KolaBuff");
    5 KB (951 words) - 21:22, 23 August 2010
  • |{{{1|}}}
    1 KB (141 words) - 05:33, 21 December 2020
  • |{{{1|}}}
    1 KB (135 words) - 11:54, 23 December 2020
  • ...escription=This command will remove {{pspan|it}} from your mall store. The 1-parameter version will remove all of the item. If you want to remove less t x+=1;
    3 KB (373 words) - 05:19, 26 January 2015
  • ...aining for the day for characters in-Ronin, 0 if you are in hardcore, and -1 otherwise.|
    801 bytes (106 words) - 16:20, 7 July 2011
  • * 1 waxing crescent ...afia.us/showthread.php?1860-question-about-moon-functions&p=11453&viewfull=1#post11453 this thread] for more information.|
    968 bytes (126 words) - 21:41, 21 May 2010
  • special=When not logged in, this function returns 1.
    757 bytes (102 words) - 21:32, 21 May 2010
  • <li> Most values will be 1 to represent the item exists.</li>
    810 bytes (127 words) - 17:21, 1 August 2016
  • for i from 0 to (count(my_list) - 1) { 1 Grotfang
    3 KB (567 words) - 05:44, 10 March 2021
  • |{{{1|}}}
    1 KB (150 words) - 10:53, 23 December 2020
  • |{{{1|}}}
    1 KB (152 words) - 11:17, 23 December 2020
  • return classy.group(1).to_class();
    998 bytes (138 words) - 20:01, 1 June 2020
  • ...at the item is part of. The integer is the position in the fold sequence (1..N), and the item itself IS included, so you can determine its position. ...accuracy for the elemental gems, which can be produced at rates as low as 1/1200.|}}|
    4 KB (511 words) - 17:04, 7 April 2011
  • |{{{1|}}}
    1 KB (174 words) - 06:38, 24 April 2023
  • ...time we store off exactly HOW MANY TURNS of the effect I have. The Slime < 1 line is because if unslimed, you will get a new coat of Sliming. ...actor based on the turns of slime left. Basically, I have a number between 1 and 10. I feed it to the slime_percentage MAP and it returns a decimal numb
    7 KB (1,020 words) - 21:23, 23 August 2010
  • |{{{1|}}}
    1 KB (156 words) - 14:52, 23 December 2020
  • return user_confirm(confirmMessage) && use_skill(1, sk);
    1,007 bytes (137 words) - 22:56, 17 October 2015
  • 1.0 - Items are valued at their autosell price.<br> Values in between are interpolated. The default value is 1.8.
    3 KB (448 words) - 04:07, 25 April 2023
  • take_storage(1 , $item[not-a-pipe]);
    903 bytes (114 words) - 21:39, 21 May 2010
  • adventure(1 , $location[Haert of the Cyrpt]);
    944 bytes (117 words) - 21:37, 21 May 2010
  • if (contains_text( current , (Build+1) ))
    1 KB (147 words) - 16:54, 29 July 2010
  • p1desc={{Pspan|setting}} is the KoL attack code: 0 for disabled, 1 for attack with weapon, a [http://kol.coldfront.net/thekolwiki/index.php/Sk
    1 KB (145 words) - 20:44, 8 December 2016
  • ...rice_level}} is 2, always consider mall price. If {{Pspan|price_level}} is 1, only consider it if there isn't another way. float score; //The score added from equipping the item or gaining 1 turn of the effect
    4 KB (593 words) - 03:46, 5 January 2016
  • ...current effects and their durations. Intrinsic effects have a duration of -1.|
    1 KB (134 words) - 19:00, 16 August 2012
  • * boolean values return 0 for false and 1 for true true gives 1.
    4 KB (503 words) - 15:52, 26 January 2015
  • ...ve_buff && it.class != $class[none] && it.level != -1 && it.dailylimit == -1 && it != $skill[Spiky Shell] && it != $skill[Antibiotic Saucesphere]) //buf
    3 KB (481 words) - 00:35, 22 September 2019
  • if(ML_frac<=1) slime = "slime1";
    1 KB (144 words) - 05:04, 22 May 2010

View (previous 100 | next 100) (20 | 50 | 100 | 250 | 500)