diff options
Diffstat (limited to 'npc/items')
-rw-r--r-- | npc/items/inc_sc_bonus.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/npc/items/inc_sc_bonus.txt b/npc/items/inc_sc_bonus.txt index a26d5701e..8e6b6e5be 100644 --- a/npc/items/inc_sc_bonus.txt +++ b/npc/items/inc_sc_bonus.txt @@ -15,6 +15,7 @@ // .@min Min amount of type // .@max Max amount of type (optional) +// SC_Bonus(delay, SC, min{, max}) function script SC_Bonus { .@delay=getarg(0); .@type=getarg(1); |