guides:objects

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
guides:objects [2025-03-31 17:28] – Move classes header to separate page geekguides:objects [2025-08-01 15:36] (current) – [Maps versus Objects] Add anchor geek
Line 156: Line 156:
 Let's give an example: Let's give an example:
  
-> Anecdote from [[user:geek]]+> Anecdote from [[user:geek]] [[#anecdote|🔗]] {{anchor:anecdote}}
 > >
 > Before AHKv2 was even a twinkle of light in the distance, I used various AHK socket libraries to create a chat bot for the AutoHotkey IRC help chat. This chat bot, among other things, kept a scoreboard to track how helpful people were being in the chat. Whenever someone would type ''!kudos userName'', that user would get 1 point added to their score. It was a very simple feature, with very simple code (AHKv1): > Before AHKv2 was even a twinkle of light in the distance, I used various AHK socket libraries to create a chat bot for the AutoHotkey IRC help chat. This chat bot, among other things, kept a scoreboard to track how helpful people were being in the chat. Whenever someone would type ''!kudos userName'', that user would get 1 point added to their score. It was a very simple feature, with very simple code (AHKv1):