This is commands to create scrolls on all desks on view.
if(cmptext(t,"quillis"))
if(src.Gm==0)
for(var/obj/Desk/T in view())
var/scroll = /obj/Scroll
flick('mist.dmi',T)
new scroll(T.loc)
view()<<"[usr] flicks their wand, causing Scrolls to appear on the desks."
I need someone to remake it to this:
If gm say "abcd" on all obj/plate in view appears obj/beer, obj/Food/Turkey and obj/Food/Sundae. I was trying to remake but didnt work. Thanks for reading.
With this a lot of variations "make scroll" will prompt the desk to make a scroll.