PDA

View Full Version : Creating Item Descriptions?



Fullmetalryuzaki
06-29-2013, 02:09 AM
Quick question! Is there anyway that upon pickup of an item... Say for example the Mastersword, I want a string to pop up and say something cool..."you feel the power course through you" bla bla... Anyway, is there a possible way of doing so? Without scripting?

XMuppetSB
06-29-2013, 10:01 AM
Sorry, I'm afraid this can only be done with scripting.
But here's a simple script for that:



item script Message{
void run(int m){
Screen->Message(m);
}
}