Questnumber check

WhiteEagle

New member
Messages
52
Points
0
Emulator
Hey, 
can anyone help me please to make this working?
It should be checked if a quest with the number 1 to 10 was accepted.
Not like:
if ($GQuest_1 ..
if($GQuest_2 …
 

for(.@i = 1; .@i<11; ++.@i)
    if ($GQuest_.@i[getcharid(CHAR_ID_GUILD)] == 1) {

 
Back
Top