Recent content by Kow_

  1. K

    How do I execute a command line in a script? (feeding a slimeling)

    Ah, I didn't know the mood command field could handle something like that, I'll try it tomorrow.
  2. K

    How do I execute a command line in a script? (feeding a slimeling)

    awesome, thank you, this is working now, I guess I didn't look hard enough. I also used my_maxmp instead of my_mp by accident.
  3. K

    How do I execute a command line in a script? (feeding a slimeling)

    Hey guys I just bought a slimeling and wanted to make a script to use in my moods such that when my mp is low, it will feed my slimeling. Typing "slimeling <item>" into the cli works, but I cannot get it to work in a script. This is what I wish would work: void main() { if( my_mp() < 400) {...
Top