ID:273728
 
Well, i've been wanting to do some secret thing with DLLs and BYOND and i wanted to know if is there any way to give some params to the DLL Call for example.

usr << call("test.dll") and give it some params for example an action...
The reference explains:

call("test.dll")("arg1","arg2")
In response to Stephen001
Oh, thank you. Yes, i've been looking on reference i was somewhat confused.