Initial commit
Initial commit [v9.7]
This commit is contained in:
9
_module/nss/use_msg_drogo.nss
Normal file
9
_module/nss/use_msg_drogo.nss
Normal file
@@ -0,0 +1,9 @@
|
||||
void main()
|
||||
{
|
||||
// Get the creature who triggered this event.
|
||||
object oPC = GetLastUsedBy();
|
||||
|
||||
// Have us say something.
|
||||
SpeakString("This door requires a key which only Ogo has. You shall not pass.");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user