MOO-cows Mailing List Archive
[Prev][Next][Index][Thread]
Re:
On Wed, 17 Jan 1996, Rich Connamacher wrote:
> > How about comparing
> > call_function("notify", player, foo);
> > with
> > eval("notify(player, " + FOO + ");");
> > ...? The latter leaves you wide-open for people to slip in nasties, while using call_function() makes you safer.
The only thing I see that this is useful for is to save ticks, and many it
does.
- Kipp
References:
- Re:
- From: Rich Connamacher <phantom@baymoo.sfsu.edu>
Home |
Subject Index |
Thread Index