Re: [GD-General] Re: Scripting Systems
Brought to you by:
vexxed72
From: Brian H. <ho...@py...> - 2004-02-02 00:55:52
|
> ie. If you use 'healht' instead of 'health' in your 'weapon_hit' > function, at runtime you wouldn't know why can't you kill your > target, but with the newindex metamethod those errors would show up > as soon as the offending code is executed. Yes, I agree, and at the very least I should add that. I'm also going to add the "read only" facility that Roberto talks about in his book using a similar method. Brian |