mirror of
https://github.com/SWG-Source/dsrc.git
synced 2026-08-01 01:15:59 -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;
|
|
} |