Skip to main content

Entities

At the very core of scripting, you will be interacting with various entities throughout the game. These include Npcs, SceneObjects, Players, and Pickables.


What is an Npc?

An Npc is a non playable character. A few examples of these include: Man, Cow, Chicken, Guard, Seagull, Goblin, and even fishing spots


What is a Player?

A player is classified as your local player (the character you control in the game), or any other character in the game that is played by another person. An example of this would be your own character or other players you see in game, such as at the Grand Exchange or Wilderness.


What is a Pickable?

A Pickable is essentially an item that appears on the ground and can be picked up by the player. These items can be dropped by Npcs, appear after interacting with an object, or simply be part of the game world. Examples of Pickables include bones, coins, herbs, or items dropped by other players.


What is a SceneObject?

A scene object is an entity that is not classified by any of the other types, but is seen throughout RuneScape. These include trees, bank booths, stairs, etc. Basically anything that is not an Npc, Player, or Pickable.