diff options
Diffstat (limited to 'npc/functions/pondfishing.txt')
-rw-r--r-- | npc/functions/pondfishing.txt | 17 |
1 files changed, 16 insertions, 1 deletions
diff --git a/npc/functions/pondfishing.txt b/npc/functions/pondfishing.txt index d480b1d78..51c9254cb 100644 --- a/npc/functions/pondfishing.txt +++ b/npc/functions/pondfishing.txt @@ -14,6 +14,21 @@ // UP Bait dropped // LEFT Fish bite bait // +// TMW2 Script +// Evol functions. +// Authors: +// gumi +// omatt +// Travolta +// Jesusalva +// Description: +// Fishing functions. +// Variable +// .dir +// DOWN Never try or pulled too late +// UP Bait dropped +// LEFT Fish bite bait +// // player log on .dir is DOWN, start by choose bait menu // player chooses bait, script addtimer in npc .dir is UP // if player pulls before signal npc, bait is lost, set .bait to DOWN goto choose bait @@ -53,7 +68,7 @@ OnPCLogoutEvent: end; } -function script fishing { +function script pondfishing { /////////////////////////////////////////// // Var initialization |