"No parent to call" warning in BYOND Discussion
|
|
I think a helpful warning would be a "No parent to call" warning, which would pop up whenever you call ..() in the initial proc definition. Hopefully it'll get people to stop adding it in randomly. Thus:
proc whatever() world << "BLAH" ..()
|
The last line would generate a warning.
|