Script Reference |
link (linkname) //Beginner |
Used for : Objects, items.
Parameters :
Description :
Starts a link between two things in a game. Is used in objects and items. After using this scriptcommand the gamecommand will change to "link". The second thing (item, char or object) needs an on(link) event to handle the link. The link identifier can be checked with if_link . See "Combine something" for more information.