Skip to content

Instantly share code, notes, and snippets.

@pnegri
Created May 5, 2014 01:34
Show Gist options
  • Save pnegri/369023b203de25301c88 to your computer and use it in GitHub Desktop.
Save pnegri/369023b203de25301c88 to your computer and use it in GitHub Desktop.
Fishing Script - Test
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