Initial Commit
Initial Commit
This commit is contained in:
6
_module/nss/dragon_buffed.nss
Normal file
6
_module/nss/dragon_buffed.nss
Normal file
@@ -0,0 +1,6 @@
|
||||
#include "x4_inc_functions"
|
||||
int StartingConditional()
|
||||
{
|
||||
if (GetLocalInt(OBJECT_SELF, CharacterDB(GetPCSpeaker())) == TRUE) return TRUE;
|
||||
return FALSE;
|
||||
}
|
||||
Reference in New Issue
Block a user