Item Pick Up Message
By Joe123
Description
When the player picks up an item with this script in its pick up slot, it will display a string.
Screenshots and Demo
N/A
Code
item script Message{
void run(int m){
Screen->Message(m);
}
}Setup
Set this script in the Pickup Slot of any item you wish to have a message show up when the player picks it up.
D0 is the string number to display when the player picks up the item.
Resources
No additional resources are required for this script.


