Search results

  1. Y

    put_closet ( meat ) ???

    Hey, do the put_closet() / take_closet() functions still work for meat? I have a small script I use to keep my pocket-meat at half-a-million. It stopped working a few versions ago. if ( my_meat() > 500000 ) { int deposit; deposit = my_meat() - 500000; put_closet ( deposit ); } else { int...
  2. Y

    Familiar Help

    I'm looking at the Ref and Tut, and can't figure out how to do what I want... How do I have a script determine if I have a specific familiar? If I equip_familiar() a familiar I don't have, the script stops. my_familiar() only returns the one currently out of the terrarium. Thanks.
Top