Search results

Play Now
  1. Chriz

    GCSE Results!

    lool, trust u guys saying you dont need to revise :P i got ICT - A/A Maths - B Stadtistic's - B Science Double Award - B/B Business And Economic Studies - C German - C English Language - D English Literature - D RE - D History - D
  2. Chriz

    checklistcount help

    http://www.lomcn.co.uk/forum/showthread.php?p=475810#post475810 fixed and tested now :P
  3. Chriz

    [NPC] Guild Territory

    This works for me anyway =) you'll have to make this file: ..\QuestDiary\Variables\Integral.txt This is only an example of how it can be done, my grammer is really bad, so you'll have to rewrite it so it looks pro :P ; GT [@main] #IF ISGUILDMASTER #ACT goto @GM #ELSEACT goto @player...
  4. Chriz

    checklistcount help

    try this then lol ; GT [@main] #IF ISGUILDMASTER #ACT goto @GM #ELSEACT goto @player [@player] #IF CHECKGUILDLIST GT1.txt #ACT goto @membergt1 #IF CHECKGUILDLIST GT2.txt #ACT goto @membergt2 #IF CHECKGUILDLIST GT3.txt #ACT goto @membergt3 #IF CHECKGUILDLIST GT4.txt #ACT goto @membergt4...
  5. Chriz

    checklistcount help

    i dont know if this will work but you could try it:: ; GT [@main] #IF ISGUILDMASTER #ACT goto @GM #ELSEACT goto @player [@player] #IF CHECKGUILDLIST GT.txt #ACT goto @membergt [@membergt] #SAY Would you like to move to the guild territory?\\ <Yes please take me there/@movegt>\ <no...
  6. Chriz

    checklistcount help

    try using CHECKGUILDLIST GT.txt and ADDGUILDLIST GT.txt
  7. Chriz

    checklistcount help

    use #ACT ADDNAMELIST List.txt to add them to the list sorry if this isnt what your looking for but it should work