Script Reference |
givelink () //Beginner |
Used for : Items.
Parameters :
Description :
Prepares an item to be given away. This scriptcommand should be in an itemscript useally in an event like on (give). The name of the item that called the givelink command can be checked by using if_givelink .
After givelink the current gamecommand will change to "givelink" also. This is the part when the player sees something like "Give item to" In the receiving script (that of a character) you need an on(givelink) event. For more details read "Give items" .