LoD_PRC8/_module/nss/sign.nss

12 lines
196 B
Plaintext
Raw Normal View History

2023-09-21 21:20:34 -04:00
void main() {
string s;
string tag = GetTag(OBJECT_SELF);
if( tag == "FishingAllowed" ) {
s = "Fishing Allowed! Just [Use] the bait to fish.";
}
SpeakString( s );
}