mirror of
https://github.com/SWG-Source/dsrc.git
synced 2026-07-31 00:15:54 -04:00
11 lines
165 B
Plaintext
11 lines
165 B
Plaintext
trigger OnAttach()
|
|
{
|
|
setCount(self, rand(2,5));
|
|
return SCRIPT_CONTINUE;
|
|
}
|
|
|
|
trigger OnInitialize()
|
|
{
|
|
detachScript(self, "fishing.bait");
|
|
return SCRIPT_CONTINUE;
|
|
} |