achievements.IncGoodies
From GMod Wiki
| Function | |
| Syntax |
achievements.IncGoodies( ) Where is this used? |
| Description: | |
| Tells the client that goodie (friendly NPC) has been killed. | |
| Returns: | Number Achievements |
| Part of Library: | Achiv |
| Realm: |
|
| BBCode Link: | [b][url=http://wiki.garrysmod.com/?title=Achievements.IncGoodies]Achievements.IncGoodies [img]http://wiki.garrysmod.com/favicon.ico[/img][/url][/b] |
Examples
| Description | Unlocks the "Bad Friend" achievement. |
|---|---|
| Used on | |
| Code | for i = 1,1000 do achievements.IncGoodies() end |
| Output | N/A |