Jaysyn904 94990edc60 Initial Upload
Initial Upload
2023-09-21 21:20:34 -04:00

12 lines
196 B
Plaintext

void main() {
string s;
string tag = GetTag(OBJECT_SELF);
if( tag == "FishingAllowed" ) {
s = "Fishing Allowed! Just [Use] the bait to fish.";
}
SpeakString( s );
}