Code Monkey home page Code Monkey logo

Comments (5)

RZed01 avatar RZed01 commented on July 29, 2024

That would be on this Github's wiki at https://github.com/Monika-After-Story/MonikaModDev/wiki/Gift-Giving-Guide

from monikamoddev.

Buul135 avatar Buul135 commented on July 29, 2024

That would be on this Github's wiki at https://github.com/Monika-After-Story/MonikaModDev/wiki/Gift-Giving-Guide

I was looking for how to make custom gifts, not how to gift ones already in the game

from monikamoddev.

Booplicate avatar Booplicate commented on July 29, 2024

What kind of gift?

from monikamoddev.

Buul135 avatar Buul135 commented on July 29, 2024

What kind of gift?

I thought it would be nice if I could gift her things like books, non-sprite stuff if thats possable

from monikamoddev.

Booplicate avatar Booplicate commented on July 29, 2024

It's not as well support since your custom gifts may interfere the builtin gifts (or those that will be added in the future), but generally look at how our gifts work, it's not hard to define more:

init 5 python:
addReaction("mas_reaction_cupcake", "cupcake", is_good=True, exclude_on=["d25g"])
#Not sure why this was a bad gift. Dialogue doesn't reflect it being bad
#plus, Monika said she wants either Natsuki's cupcakes or the player's
label mas_reaction_cupcake:
m 1wud "Is that a...cupcake?"
m 3hub "Wow, thanks [player]!"
m 3euc "Come to think of it, I've been meaning to make some cupcakes myself."
m 1eua "I wanted to learn how to bake good pastries like Natsuki did."
m 1rksdlb "Buuut I still haven't made a kitchen to use!"
m 3eub "Maybe in the future once I get better at programming, I'll be able to make one here."
m 3hua "Would be nice to have another hobby other than writing, ehehe~"
$ mas_receivedGift("mas_reaction_cupcake")
$ store.mas_filereacts.delete_file(mas_getEVLPropValue("mas_reaction_cupcake", "category"))
return

from monikamoddev.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.