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

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