Difference between revisions of "Hippy store available"

From Kolmafia
Jump to navigation Jump to search
imported>Heeheehee
imported>StDoodle
Line 11: Line 11:
 
}}|
 
}}|
  
function_description=This function returns true if the logged-in character has unlocked the hippy store. Otherwise, it returns false.|
+
function_description=This function returns true if the logged-in character has unlocked the hippy store. Otherwise, it returns false. Note: technically, this function checks for the hippy store + island access; it never checks to see if you have the outfit; it does switch to reporting false between starting the level 12 quest & completing the orchard sub-quest (if done).|
  
 
needscode=yes|
 
needscode=yes|
Line 18: Line 18:
 
special=When not logged in, this function returns false.
 
special=When not logged in, this function returns false.
 
}}
 
}}
{{RFI|What happens during the lv. 12 war?|Does this function check the outfit as well pre-war?}}
 
Returns false during the war regardless. As far as I'm concerned, it doesn't check outfit pre-war -- closeted all filthy corduroys, and it returned true. I'm guessing that it checks to see if the island is unlocked.
 

Revision as of 18:27, 6 March 2010



needs(code_samples);

Function Syntax

boolean hippy_store_available()

This function returns true if the logged-in character has unlocked the hippy store. Otherwise, it returns false. Note: technically, this function checks for the hippy store + island access; it never checks to see if you have the outfit; it does switch to reporting false between starting the level 12 quest & completing the orchard sub-quest (if done).

See Also

black_market_available() | guild_store_available() | white_citadel_available()

Special

When not logged in, this function returns false.