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.
|
In response to Garthor
|
|
obj |
In response to Prestige Entertainment
|
|
In response to Garthor
|
|
wtf?
|
In response to Prestige Entertainment
|
|
Prestige Entertainment wrote:
wtf? Exactly what I thought when I saw your code snippets. |
In response to Hiddeknight
|
|
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.
|
In response to Prestige Entertainment
|
|
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. |
In response to Garthor
|
|
Very off-topic, but you should make a plea for moderator powers on the forums, Garthor. It'd make your "job" quite easier.
|