mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-20 11:34:19 +01:00
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:
@@ -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()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user