replace_dofun.c

Uploaded: 04 Jun, 2006
Previous uploads by this submitter: 0

Author: Darien

Downloads: 91

This system replaces the stock do_function command to allow for formated function calls. An example of this would be do_function(ch, &do_say, "Hey %s is trying to kill me!", victim->name);
That effectively would make it use the victims name, this is done because its quicker then having to create another buffer todo a simple formated function.