Make My Dream

by Kidpaddle45
Drag & Drop instead of code.
ID:1299845
 
Here is the current list of suggestions written in a txt file which is retrieved by Make My Dream. Again, I repeat,I won't be adding more to it, since I only added this to help beginners remember the arguments in the procs and to replace Dream Maker. If you believe I'm missing some important procs (I'm sure I do), simply comment or page me, the more suggestions, the better.

Click()
DblClick()
alert(usr,Message,Title,Button1="Ok",Button2,Button3)
for(var/mob/M in world)
for(var/mob/M in src.contents)
for(var/mob/M in usr.contents)
for(var/mob/M in oview(X))
for(var/obj/O in world)
for(var/obj/O in src.contents)
for(var/obj/O in usr.contents)
for(var/obj/O in
Bump(atom/Obstacle)
Move()
New()
input(usr,Message,Title)
mob
turf
obj
verb
var
del(O)
Write(savefile/F)
Read(savefile/F)
Enter(atom/movable/O, atom/oldloc)
Entered(atom/movable/Obj,atom/OldLoc)
Exit(atom/movable/O)
Exited(atom/movable/Obj)
findtext(Haystack,Needle,Start=1,End=0)
findtextEx(Haystack,Needle,Start=1,End=0)
MouseDown()
MouseUp()
MouseEntered()
MouseExited()
MouseDrag(over_object,src_location,over_location,src_control ,over_control,params)
MouseDrop(over_object,src_location,over_location,src_control ,over_control,params)
proc
Why didn't you put in the arguments for click, dblclick, mousedown, etc...
Was focusing more on adding/fixing actions.
I'm not sure if this is even a useful feature anymore... Beginner prefer using drag and drop actions feature over the manual code editor that's for sure.
Oh okay. I think it is good and really like what you have done with the project.