procs
This commit is contained in:
@@ -287,7 +287,7 @@
|
||||
to_chat(usr, "<span class='notice'>You begin printing a custom assembly. This will take approximately [DisplayTimeText(cloning_time)]. You can still print \
|
||||
off normal parts during this time.</span>")
|
||||
playsound(src, 'sound/items/poster_being_created.ogg', 50, TRUE)
|
||||
addtimer(CALLBACK(src, .proc/print_program, usr), cloning_time)
|
||||
addtimer(CALLBACK(src, PROC_REF(print_program), usr), cloning_time)
|
||||
|
||||
if("cancel")
|
||||
if(!cloning || !program)
|
||||
|
||||
Reference in New Issue
Block a user