GIve your character AI and RP using my impulse script!
deauja

Posts: 162
1/28/2025, 7:37:31 PM
This was meant to work for tintin++ but let's assume it can be adapted for any mud.
IT"S FOR FUN!
Explanation:
each second it rolls the dice. If it rolls '1' your character acts on his impulse and smiles.
about once every five minutes if set to 1d300. if it rolls '2' act on impulse of hunger. cool right?
IT"S FOR FUN!
#tick {impulse} {
#math {act} {1d300};
#if { "$act" == "1" } {smile};
#if { "$act" == "2" && "$msdp_hunger" != "[******]" && "$state" != "sleeping" } {$eat};
#if { "$this" == "$too_hard" } { run_to_mommy; };
} {1};
Explanation:
each second it rolls the dice. If it rolls '1' your character acts on his impulse and smiles.
about once every five minutes if set to 1d300. if it rolls '2' act on impulse of hunger. cool right?