Changed folder name.
Changed folder name.
This commit is contained in:
7
_module/nss/gc_set_dr_t_25.nss
Normal file
7
_module/nss/gc_set_dr_t_25.nss
Normal file
@@ -0,0 +1,7 @@
|
||||
void main()
|
||||
{
|
||||
float nCost = GetLocalFloat(GetPCSpeaker(), "COST_TOTAL");
|
||||
nCost +=5.0; //Add + 5
|
||||
SetLocalFloat(GetPCSpeaker(), "COST_TOTAL", nCost);
|
||||
SetLocalInt(GetPCSpeaker(), "CRAFT_DR_AMOUNT", IP_CONST_DAMAGESOAK_25_HP);
|
||||
}
|
Reference in New Issue
Block a user