From: http://rathena.org/wiki/Function
...callable with the callfunc command.
But if i use the call fucntion like this:
callfunc( "Test_Func","Word",1,63,0,10,1,0,90 );
Obs: I created this Test_Func.
Then, in my script i may refer to "Word", 1,63,...,...,... as args?
Like:
if (getarg(0) == "Word"){. . .}
mes "It's a "+getarg(0)+"!";
mes "This is the number:"+getarg(3)+"!";