Name, Function, Input, Argue
like this for example
"Give Vip", ::setAccess, level.players[i], 1
and the thing is (i'm using BlackStrom's blulite menu base by the way) i don't have the Argue bit within my code where i add an option so could someone help me add in this section and help me to get the verification system working thanks 
Vip(playername)
{
Code to find ID for that player here
Then code to assign isallowed variable to that PlayerId (could possibly use EntityId, but not sure)
}
GodMode()
{
If (isallowed == 3 || isallowed == 4)
{
put godmode code here
}
else
{
put code to call another function that will inform the player that access to this function is denied here
}
}
Name, Function, Input, Argue
like this for example
"Give Vip", ::setAccess, level.players[i], 1
and the thing is (i'm using BlackStrom's blulite menu base by the way) i don't have the Argue bit within my code where i add an option so could someone help me add in this section and help me to get the verification system working thanks 
if(self canAccess(4))
{
self addModOpt( "Main", 3, "Test", ::test, "opt" );
}
Copyright © 2026, NextGenUpdate.
All Rights Reserved.