じ☆ve冰风 发表于 2026-7-30 21:16:35

Euphoria - Mood Gauge

MOOD GAUGE

V1.0

By Euphoria


http://euphoria337.files.wordpress.com/2014/04/untitled.png


Description:

This script adds a new gauge to the actor's status in the menu. The gauge is titled "Mood" and can be changed via script calls. 

Features:

To raise a character's mood the script call is: "$game_actors.mood_plus" (x being the actors ID). To decrease a character's mood use the script call: "$game_actors.mood_minus" (x once again is the actors ID). It only increases/decreases in increments of 5 as of now, and the bar in the menu will change to reflect that value. The script call for conditional branches to check the mood value of an actor is:

"$game_actors.mood == y" (x = actors ID, y = mood value)

Important:

This script overwrites the method "draw_actor_simple_status" and may cause problems with other scripts that use this method.

Note:

If you notice any errors or have any suggestions for this script, feel free to comment them here or on my website, thanks!

Credits/Terms of Use:

Credit me (Euphoria) if you want to use this script. The rest of the terms of use are in the scripts header.

Download Here


本贴来自国际rpgmaker官方论坛作者:Euphoria处,因国际论坛即将永久关站,为了存档多年珍贵资料,署名转载到本论坛存档,由于官方帖子为英文原帖,需要中文翻译请点击论坛顶部切换语言为中文就可以将帖子翻译成中文浏览,方便大家随时查看,原文地址:https://forums.rpgmakerweb.com/threads/euphoria-mood-gauge.26485/
页: [1]
查看完整版本: Euphoria - Mood Gauge