Problem description:
hi everyone how do i make a verb that can summon objects and the objects appear beside u ..then they go away after some time....and also the moves determing of where u click. Like if u clcik somewhere the object moves there. And also makes the obj attack players like if u click on the players or it bumps into the player it hurts them.i got somewhat started but can someone continue it i got stuck here
mob
verb
petals()
var/obj/petals/F = new /obj/petals/(usr.loc)
spawn(500)
del(F)
usr.Click()
<dm/>
can someone plz continue it
You first learn to code even more basic things and read the DM Guide.
This is the Code Problems forum, not the code request forum<small>*</small>.
<small>*There isn't one</small>
Oh, and BTW you close tags by putting the slash in the beginning of the tag, not the end, like this for example </DM>.