The forums will be going offline for an extended maintenance period at 1400hrs GMT on 19th June 2025. The number of hours for this downtime is intentionally not advertised due to the nature of these upgrades.
×
- 0
Error Function cloaknpc
-
Recently Browsing 0 members
- No registered users viewing this page.
Question
keoma
Can anyone help me with this NPC? it is giving this error in cloaknpc I tried to add a function that I saw in rAthena but it gives an error and even stopped the npc - What does this cloaknpc function mean?
function script cloaknpc { if(getargcount() > 2){ if(getarg(1)) cloakonnpc getarg(0),getarg(2); else cloakoffnpc getarg(0),getarg(2); } else { if(getarg(1)) cloakonnpc getarg(0); else cloakoffnpc getarg(0); }
Link to comment
Share on other sites
2 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.