Created
May 5, 2014 01:34
-
-
Save pnegri/369023b203de25301c88 to your computer and use it in GitHub Desktop.
Fishing Script - Test
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
global.SkillTypes.FISHING = 100 | |
onUse = ( goObject, goPlayer ) -> | |
if CheckSkill( goPlayer, SkillTypes.FISHING, 0, 1000 ) | |
SystemMessage "You catch a fish" | |
else | |
SystemMessage "You failed to catch a fish" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment