Seifert69 / DikuMUD3

DikuMUD III using HTML and websockets.
GNU Lesser General Public License v2.1
192 stars 48 forks source link

dilcall() obsolete #358

Open Seifert69 opened 2 years ago

Seifert69 commented 2 years ago

I realized it's possible to do a:

func : string;

func := "stop_dir@academy";

func(arg1, arg2, arg3);

which means dilcall is entirely not needed. Should be removed and DIL code converted.