MojoMojo Posted June 15, 2012 Group: Members Topic Count: 50 Topics Per Day: 0.01 Content Count: 114 Reputation: 1 Joined: 03/07/12 Last Seen: January 17, 2015 Share Posted June 15, 2012 (edited) 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)+"!"; Edited June 15, 2012 by MojoMojo Quote Link to comment Share on other sites More sharing options...
Question
MojoMojo
From: http://rathena.org/wiki/Function
But if i use the call fucntion like this:
Obs: I created this Test_Func.
Then, in my script i may refer to "Word", 1,63,...,...,... as args?
Like:
Edited by MojoMojoLink to comment
Share on other sites
0 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.