How to use Quip (Background Message) v3.1 ?

● ARCHIVED · READ-ONLY
Started by red_codec 3 posts View original ↗
  1. I got this script from:

    http://rpgmaker.net/scripts/300/code/

    It is meant to create pop up messages that run in the background.

    I am unable to figure out how to create these messages using the script.

    The scripts instruction says:

    if you want to go with defaults, quip("text") is enough.
    I tried to type quip("my text") in the show text function of RMVXA but it doesn't work. 

    Can someone please tell me what I am doing wrong?
  2. red_codec said:
    I tried to type quip("my text") in the show text function of RMVXA but it doesn't work.
    script instructions said:
    # all the above are defaults, and can be overridden in individual script calls.


    # if you want to go with defaults, quip("text") is enough. if you want to override anything,
  3. @Shaz

    Thank you I managed to get it to work now. Now just need to figure out the configurations thanks!