Initial upload
Initial upload
This commit is contained in:
12
_module/nss/cb_doorspeak2.nss
Normal file
12
_module/nss/cb_doorspeak2.nss
Normal file
@@ -0,0 +1,12 @@
|
||||
|
||||
void main()
|
||||
{
|
||||
|
||||
object oPC = GetClickingObject();
|
||||
|
||||
if (!GetIsPC(oPC)) return;
|
||||
|
||||
FloatingTextStringOnCreature("The door appears to open into a rock wall... no exit here.", oPC);
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user