I'm looking to add an ifcheck that has this prog syntax:
Checks if $n is fighting $t.
Is there a way to code this in without changing the entire mprog_do_ifcheck header and body? Since it seems to only have two CHAR_DATA vars.
if fighting($n) == $tChecks if $n is fighting $t.
Is there a way to code this in without changing the entire mprog_do_ifcheck header and body? Since it seems to only have two CHAR_DATA vars.