darking123 Posted July 31, 2015 Posted July 31, 2015 how to enable @storage that can only be used in town Quote
EL Dragon Posted July 31, 2015 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
Question
darking123
how to enable @storage that can only be used in town
1 answer to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.