mattgodbolt / xania

Xania MUD source
Other
58 stars 13 forks source link

mprog_driver probably shouldn't select its target randomly #288

Closed snellers closed 2 years ago

snellers commented 2 years ago

mprog_driver() selects a random player from the same room as the mob but ideally it should respond directly to the instigating character if there was one. And perhaps the script itself could support a way to select the target randomly.

snellers commented 2 years ago

Turns out not to be a problem, the random target is in addition to the 'actor' in an act-triggered program.