Changed folder name.
Changed folder name.
This commit is contained in:
20
_module/nss/gc_is_druid.nss
Normal file
20
_module/nss/gc_is_druid.nss
Normal file
@@ -0,0 +1,20 @@
|
||||
//::///////////////////////////////////////////////
|
||||
//:: FileName gc_is_druid
|
||||
//:://////////////////////////////////////////////
|
||||
//:://////////////////////////////////////////////
|
||||
//:: Created By: Script Wizard
|
||||
//:: Created On: 9/11/2008 11:46:37 AM
|
||||
//:://////////////////////////////////////////////
|
||||
int StartingConditional()
|
||||
{
|
||||
|
||||
// Restrict based on the player's class
|
||||
int iPassed = 0;
|
||||
if(GetLevelByClass(CLASS_TYPE_DRUID, GetPCSpeaker()) >= 1)
|
||||
return TRUE;
|
||||
|
||||
|
||||
return FALSE;
|
||||
|
||||
|
||||
}
|
Reference in New Issue
Block a user