Code:
obj/Styler/Round
icon='Styler.dmi'
icon_state="Round"
MouseDrag(src,src,src)
new/obj/Styler/Tail(src,Owner,dir)
Problem description: Well, code works fine. The Tail appears fine, but "Round" doesn't move.
ID:264707
![]() Apr 23 2010, 2:46 pm
|
|
Well, this is my last question.
Code: obj/Styler/Round Problem description: Well, code works fine. The Tail appears fine, but "Round" doesn't move. |
![]() Apr 23 2010, 5:07 pm
|
|
Why... why do you have "src" as the name of three separate arguments there? You should not be doing that.
|
Lol, i tryed alot of things. But i never used MouseDrag and the other mouse options, and yes i checked Help On but I'm still in same problem.
|
Your arguments should not be named src. Your program should not even be compiling with three arguments all named "src", but I guess that was an oversight.
Furthermore, complaining "it doesn't do X" when you've apparently made no effort to do X is a bit silly. |