Is there some way to make a sort of
function func(a,b,c)
d = a+b+c
end
func(1,2,3)
Like in lua, a function with arguments and stuff. Espetially if its callable. Like im doing a chat command'd bot thing, and i want:
if owner says Mouse then mouse(owner():aimPos())
and your calling mouse with the arg of the owners aimpos. I think you get what im trying to say.


LinkBack URL
About LinkBacks






Reply With Quote
Bookmarks