ID:268114
Mar 16 2004, 3:51 pm (Edited on Mar 17 2004, 4:13 pm)
|
|
-Never Mind-
|
Copyright © 2024 BYOND Software.
All rights reserved.
E.gold+=E.gold
E.gold=0
The above is pointless, it doubles E gold then sets it to zero. and for your first if() statment you could just use if(!E.NPC)...but then again why do that? you could just check if it the mob near the person clicking the verb is a client.
This will show E a message, then show another message to the world........I suggest removing that bit that gets sent to "E" as they're going to see a message twice, when they already know. I have two questions for you, too. For one I have noticed these lines;
Im curoius (<---spelling) as why you are setting both the mobs sound to null.
And my other question is; why are you using return? You are already using else for the main parts... no need to return it. I would explain, but I cant really think of a good example why not to use return in this case, im sure someone else will. I hope this helps.