Files used: 2.6 Lifco XMas Release.
Command: clearlist.
Am i correct in thinking this command isnt programmed into the 2.6 files?
Isnt kicking out any errors in the M2Server when its executed but it also doesnt do what its supposed to.
Using it in a simple test script in the following context.
Any assistance would be greatly appreciated.
Command: clearlist.
Am i correct in thinking this command isnt programmed into the 2.6 files?
Isnt kicking out any errors in the M2Server when its executed but it also doesnt do what its supposed to.
Using it in a simple test script in the following context.
Code:
[@Main]
#SAY
<Add guild list/@AddGuildList>\
<Clear Guild List/@ClearGuildList>\
<Check Guild List/@CheckGuildList>
[@AddGuildList]
#ACT
ADDGUILDLIST Test.txt
#SAY
Added to guild list.
[@ClearGuildList]
#ACT
clearlist Test.txt
#SAY
Guild List Cleared
[@CheckGuildList]
#IF
CHECKGUILDLIST Test.txt
#SAY
Check Guild List came back Positive!
#ELSESAY
Check Guild List came back Negative!
Any assistance would be greatly appreciated.
