viewing paste score.txt | Athena

Posted on the
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
prontera,150,155,4  script  Tester#11   100,{
@npc$ = "[Test]";
callsub main_M;
end;
 
    main_M:
        set .var3, .var1+.var2;
        dispbottom "checking: "+.var3+"";
        close;
        
OnInit:
    .var1 = 2;
    .var2 = 1;
    end;
}
Viewed 970 times, submitted by Guest.