darking123 Posted July 31, 2015 Share Posted July 31, 2015 how to enable @storage that can only be used in town Quote Link to comment Share on other sites More sharing options...
EL Dragon Posted July 31, 2015 Share Posted July 31, 2015 - script storage -1,{ OnInit: bindatcmd("storage",strnpcinfo(0)+"::OnStorage"); end; OnStorage: if( !getmapflag( strcharinfo(3),mf_town ) ) { message strcharinfo(0), "not autorized"; end; } openstorage; end; } 2 Quote Link to comment Share on other sites More sharing options...
how to enable @storage that can only be used in town
Link to comment
Share on other sites