Added PnP Dire Rat.
Added PnP Dire Rat.
This commit is contained in:
7
nwn_dark_sun/zep_arm_on_conv.nss
Normal file
7
nwn_dark_sun/zep_arm_on_conv.nss
Normal file
@@ -0,0 +1,7 @@
|
||||
void main()
|
||||
{
|
||||
// don't face the speaker
|
||||
float fFacing = GetFacing(OBJECT_SELF);
|
||||
BeginConversation();
|
||||
SetFacing(fFacing);
|
||||
}
|
Reference in New Issue
Block a user