Search results

  1. bismuth

    have_effect() not working in 8.1?

    Hi! I have a drinking script that basically does the following: cli_execute("send 1 meat to Testudinata"); int max_iterations = 10; int cur_iteration = 0; while((cur_iteration < max_iterations) && (!ode_obtained)) { cur_iteration = cur_iteration + 1; cli_execute("wait 30")...
  2. bismuth

    Conditional import?

    The import command works wonders in keeping my .ash code from being duplicated, but it raises a new problem: repeated includes (imports)! Suppose I have one function library for some generic item handling called "func.ash" now I make some functions for drinking my fill, checking drunkennes...
Top