ID:139567
Nov 17 2010, 4:27 pm (Edited on Nov 18 2010, 3:10 pm)
|
|
Copyright © 2024 BYOND Software.
All rights reserved.
You are using goto, which is always wrong.
You are attempting to use for() over a single object, which is wrong.
You are using the new statement entirely incorrectly.
You are using usr in a proc, which is always wrong.
Your use of spawn() is wrong: look it up in the reference.