Not logged inOpenClonk Forum
Up Topic Scripting without the editor

This board is threaded (i.e. has a tree structure). Please use the Reply button of the specific post you are referring to, not just any random button. If you want to reply to the topic in general, use the Post button near the top and bottom of the page.

Post Reply
In Response to Sven2
You could simply do:

var my_keypad = CreateObject(Keypad, ...);
my_keypad.OnCorrectCodeEntered = this.CustomKeypadAction;
...
private func CustomKeypadAction(object clonk)
{
  // this == keypad and clonk== the clonk who entered the code
}

Powered by mwForum 2.29.7 © 1999-2015 Markus Wichitill