Remade Dungeon Level One: Central
Remade Dungeon Level One: Central. Added Didiamus' creature overrides. Full compile.
This commit is contained in:
8
_module/nss/dont_look.nss
Normal file
8
_module/nss/dont_look.nss
Normal file
@@ -0,0 +1,8 @@
|
||||
void main()
|
||||
{
|
||||
// don't face the speaker
|
||||
float fFacing = GetFacing(OBJECT_SELF);
|
||||
if (GetListenPatternNumber()==-1)
|
||||
BeginConversation();
|
||||
SetFacing(fFacing);
|
||||
}
|
Reference in New Issue
Block a user