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