viewing paste Unknown #51607 | Athena

Posted on the
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21
-   script  posar   -1,{
OnInit:
    bindatcmd "posar",strnpcinfo(3)+"::OnAtcommand",0,10;
    end;
OnAtcommand:
set .@posar, .@atcmd_parameters$;
    if (isdeath()==1)
    {
        message strcharinfo(0),"¿Cómo vas a posar estando inconsciente?";
    }
    else if ( .@posar == 1){
        specialeffect2 463;
    }
    else if ( .@posar == 2){
        specialeffect2 457;
    }
    else{
        message strcharinfo(0),"@posar 1 : Pose estatica.            @posar 2 : Pose de batalla.";
    }
 
}
Viewed 493 times, submitted by Guest.