Initial commit
Initial commit [v9.7]
This commit is contained in:
10
_module/nss/ds_hv_tmble.nss
Normal file
10
_module/nss/ds_hv_tmble.nss
Normal file
@@ -0,0 +1,10 @@
|
||||
|
||||
int StartingConditional()
|
||||
{
|
||||
|
||||
// Make sure the player has the required skills
|
||||
if(!GetHasSkill(SKILL_TUMBLE, GetPCSpeaker()))
|
||||
return FALSE;
|
||||
|
||||
return TRUE;
|
||||
}
|
||||
Reference in New Issue
Block a user