Hello all,
I am trying to make a Vip Buffer.
And that Buffer should check for Access level.
Would it be like that in init.py?
I am trying to make a Vip Buffer.
And that Buffer should check for Access level.
Would it be like that in init.py?
PHP:
def onEvent(self,event,st):
htmltext = event
count=st.getQuestItemsCount(ADENA_ID)
check=st.getPlayer().getAccesslevel() // *** <<<Here to get acess level Is that correct???