Now you don't need to call a proc when you use proccall(bs12)

(leave it blank, i can't remember the way to add a cancel button)
This commit is contained in:
Miniature
2012-01-06 02:52:15 +10:30
parent 5a5c620692
commit 0d65e4657b
+2
View File
@@ -173,6 +173,8 @@ But you can call procs that are of type /mob/living/carbon/human/proc/ for that
var/returnval = null
var/procname = input("Procpath (e.g. just \"update\" for lights)","path:", null)
if(procname == "") return
var/argNum = input("Number of arguments:","Number",null) as num //input("Arguments","Arguments:", null)
var/list/argL = new/list()