viewing paste Unknown #23616 | C

Posted on the
1 2
-   script  ItemRestrict    -1,{    OnPCLoadMapEvent:       while ( strcharinfo( PC_MAP ) == "mjo_dun02" || strcharinfo( PC_MAP ) == "mjo_dun03" ) {            if ( getequipid( EQI_HEAD_MID ) != 5005 ) {             message strcharinfo( PC_NAME ), "You will be out on this map after five seconds";               sleep2 5000;                atcommand "@die";               sleep2 500;             warp "SavePoint", 0, 0;             end;            }           sleep2 1000;        }       end;}mjo_dun02  mapflag loadeventmjo_dun03  mapflag loadevent
 
Viewed 638 times, submitted by Guest.