- 04:40, 17 March 2025 RuneScript (hist | edit) [3,315 bytes] Pazaz (talk | contribs) (Created page with "=== History === === Our Implementation === Our RuneScript implementation deviates in a few ways, but this is because we continued to learn during the project's development. # We support some language features that were introduced later: local variables, procs, booleans, structs, enums, dbtables, and debugprocs. # Our pointer checking supports inversions: <code>if (p_finduid(uid) = false) { return; }</code> is valid code, and code following it will have the pointer set....") Tag: Visual edit
- 18:39, 12 January 2025 RuneScript/NPC Queues (hist | edit) [1,781 bytes] Pazaz (talk | contribs) (Created page with "The `ai_queue` trigger has 20 different queues available to use. The trigger’s subject is the NPC type. There are a few conventions used globally: [ai_queue1,type] runs on retaliate - this means something has hit them and the NPC may react. [ai_queue2,type] runs on damage - this means something has hit them and the NPC may apply that damage. [ai_queue3,type] runs on death - this means something has dropped their health to 0 and the NPC may drop items or advance a pl...")