mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-01-06 07:22:15 +00:00
Merge branch 'master' of github.com:Miniature/Baystation12
This commit is contained in:
@@ -175,6 +175,8 @@ But you can call procs that are of type /mob/living/carbon/human/proc/ for that
|
||||
|
||||
if(!procname || procname == "") return
|
||||
|
||||
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