Diana Posted April 29, 2020 Posted April 29, 2020 Hello , If I want to check with [If statment] if the user has VIP or not to give a custom buff for them, There's a statement for the VIP? like : if(vipuser){ specialeffect2 EF_INCAGILITY; sc_start SC_INCREASEAGI,240000,10; specialeffect2 EF_BLESSING; sc_start SC_BLESSING,240000,10; } Quote
0 Balfear Posted April 29, 2020 Posted April 29, 2020 (edited) 29 minutes ago, Diana said: Hello , If I want to check with [If statment] if the user has VIP or not to give a custom buff for them, There's a statement for the VIP? like : if(vipuser){ specialeffect2 EF_INCAGILITY; sc_start SC_INCREASEAGI,240000,10; specialeffect2 EF_BLESSING; sc_start SC_BLESSING,240000,10; } Hello, you can use vip_status(1) if (vip_status(1)){ specialeffect2 EF_INCAGILITY; sc_start SC_INCREASEAGI,240000,10; specialeffect2 EF_BLESSING; sc_start SC_BLESSING,240000,10; } Edited April 29, 2020 by Balfear Quote
Question
Diana
Hello , If I want to check with [If statment] if the user has VIP or not to give a custom buff for them, There's a statement for the VIP? like :
if(vipuser){ specialeffect2 EF_INCAGILITY; sc_start SC_INCREASEAGI,240000,10; specialeffect2 EF_BLESSING; sc_start SC_BLESSING,240000,10; }
1 answer 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.