Kudo Posted August 16, 2020 Group: Members Topic Count: 56 Topics Per Day: 0.01 Content Count: 140 Reputation: 0 Joined: 08/18/12 Last Seen: June 21, 2024 Share Posted August 16, 2020 how to use the call function in 2 or function script? this is my example script in item_db can someone correct this script? i want to call 2 or more script.. 17767,Advertisment_Box_Price,Advertisment Box Price,18,0,,1,,,,,0xFFFFFFFF,7,2,,,,,,{ callfunc ("CustomBox","CustomBox1";) },{},{} Quote Link to comment Share on other sites More sharing options...
0 Patskie Posted August 16, 2020 Group: Members Topic Count: 50 Topics Per Day: 0.01 Content Count: 1702 Reputation: 241 Joined: 09/05/12 Last Seen: 59 minutes ago Share Posted August 16, 2020 17767,Advertisment_Box_Price,Advertisment Box Price,18,0,,1,,,,,0xFFFFFFFF,7,2,,,,,,{ callfunc "CustomBox"; callfunc "CustomBox1"; },{},{} Quote Link to comment Share on other sites More sharing options...
0 Kudo Posted August 16, 2020 Group: Members Topic Count: 56 Topics Per Day: 0.01 Content Count: 140 Reputation: 0 Joined: 08/18/12 Last Seen: June 21, 2024 Author Share Posted August 16, 2020 3 minutes ago, Patskie said: 17767,Advertisment_Box_Price,Advertisment Box Price,18,0,,1,,,,,0xFFFFFFFF,7,2,,,,,,{ callfunc "CustomBox"; callfunc "CustomBox1"; },{},{} i already did that syntax but still noting happens when i click the box Quote Link to comment Share on other sites More sharing options...
0 Patskie Posted August 16, 2020 Group: Members Topic Count: 50 Topics Per Day: 0.01 Content Count: 1702 Reputation: 241 Joined: 09/05/12 Last Seen: 59 minutes ago Share Posted August 16, 2020 16 minutes ago, Kudo said: i already did that syntax but still noting happens when i click the box Maybe your function does not work well hence the issue Quote Link to comment Share on other sites More sharing options...
0 Kreustoo Posted August 16, 2020 Group: Members Topic Count: 34 Topics Per Day: 0.01 Content Count: 216 Reputation: 45 Joined: 05/03/13 Last Seen: March 9 Share Posted August 16, 2020 (edited) Hello, When opening your item, check your map error, it'll tell you if it can't find "CustomBox", if that's the case, you have an error when loading your function that you have to correct. If not, that's what Patskie said, you have a problem in your function directly that does not work as you think and you need to debug it. Edited August 16, 2020 by Kreustoo Quote Link to comment Share on other sites More sharing options...
0 Kudo Posted August 16, 2020 Group: Members Topic Count: 56 Topics Per Day: 0.01 Content Count: 140 Reputation: 0 Joined: 08/18/12 Last Seen: June 21, 2024 Author Share Posted August 16, 2020 4 hours ago, Patskie said: Maybe your function does not work well hence the issue @Patskie no no dude theres no problem in my function because if i use 1 function only it will works normally... my problem is i need to call 2 function in 1 box.. Quote Link to comment Share on other sites More sharing options...
Question
Kudo
how to use the call function in 2 or function script? this is my example script in item_db
can someone correct this script? i want to call 2 or more script..
17767,Advertisment_Box_Price,Advertisment Box Price,18,0,,1,,,,,0xFFFFFFFF,7,2,,,,,,{ callfunc ("CustomBox","CustomBox1";) },{},{}
Link to comment
Share on other sites
5 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.