Initial Upload
Initial Upload
This commit is contained in:
11
_module/nss/sign.nss
Normal file
11
_module/nss/sign.nss
Normal file
@@ -0,0 +1,11 @@
|
||||
void main() {
|
||||
string s;
|
||||
|
||||
string tag = GetTag(OBJECT_SELF);
|
||||
|
||||
if( tag == "FishingAllowed" ) {
|
||||
s = "Fishing Allowed! Just [Use] the bait to fish.";
|
||||
}
|
||||
SpeakString( s );
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user