Added PEPS AI
Added PEPS AI. Full compile. Reorganized repository.
This commit is contained in:
12
src/module/nss/cb_doorspeak3.nss
Normal file
12
src/module/nss/cb_doorspeak3.nss
Normal file
@@ -0,0 +1,12 @@
|
||||
|
||||
void main()
|
||||
{
|
||||
|
||||
object oPC = GetClickingObject();
|
||||
|
||||
if (!GetIsPC(oPC)) return;
|
||||
|
||||
FloatingTextStringOnCreature("The door appears to require a key.", oPC);
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user