Initial commit
Initial commit [1.18]
This commit is contained in:
11
_module/nss/s_arach_pr3set.nss
Normal file
11
_module/nss/s_arach_pr3set.nss
Normal file
@@ -0,0 +1,11 @@
|
||||
int StartingConditional()
|
||||
{
|
||||
if(GetHitDice(GetPCSpeaker()) >= 5)
|
||||
{
|
||||
return TRUE;
|
||||
}
|
||||
else
|
||||
{
|
||||
return FALSE;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user