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