mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2025-12-29 03:21:30 +00:00
Now you don't need to call a proc when you use proccall(bs12)
This commit is contained in:
@@ -171,7 +171,9 @@ But you can call procs that are of type /mob/living/carbon/human/proc/ for that
|
||||
|
||||
var/class = null
|
||||
var/returnval = null
|
||||
var/procname = input("Procpath (e.g. just \"update\" for lights)","path:", null)
|
||||
var/procname = input("Procpath (e.g. just \"update\" for lights)","path:", null) as null|text
|
||||
|
||||
if(!procname || 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