- script Sample -1,{
OnInit:
setarray .
map$,
"prtg_cas01",
"prtg_cas02",
"prtg_cas03",
"prtg_cas04",
"prtg_cas05";
for( .@i = 0; .@i < .map_size; .@i++ )
OnPCLoadMapEvent:
for( .@i = 0; .@i < .map_size; .@i++ )
if( .@map$ == .map$[.@i] ){
mes "Make sure you didnt bring any Item that have Card Compounded or Signed with Name.";
}
}
}