FutureProg functions

addhook

Hooks · computer function, computer program, standard futureprog

Boolean addhook(Perceivable perceivable, Number hookid)
Contexts: computer function, computer program, standard futureprog
This function installs a 'hook' on a perceivable. See in game help for hooks for more info.
perceivable: The perceivable for whom you want to install a hook
hookid: The ID of the hook that you want to install.

Boolean addhook(Perceivable perceivable, Text hookname)
Contexts: computer function, computer program, standard futureprog
This function installs a 'hook' on a perceivable. See in game help for hooks for more info.
perceivable: The perceivable for whom you want to install a hook
hookname: The name of the hook that you want to install.

← Back to FutureProg functions