Merge pull request #221 from Miniature/master

Now you don't need to call a proc when you use proccall(bs12)
This commit is contained in:
CIB
2012-01-05 14:59:13 -08:00
+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()