Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
 AlertWindow ACE
#1
AlertWindow ACE
versions 1.2.0 & 0.8.0

by Kyonides

Introduction

There was a forumer that "stubbornly" wanted to use pop up windows that looked pretty much like VX ACE's default Window_MapName class. This means that it would show up the same way the map name does.

Obviously, it will not be triggered after a map transfer for obvious reasons. Happy with a sweat

Just in case you did not know this, my script allows you to pass either a single line of text or an Array of lines as its first parameter.

Happy with a sweat Don't worry, my friends! The rest of the parameters are totally optional! Winking

Convenient Features

You can set an additional button to close the alerts.
\gs[1] gets replaced by the corresponding game switch, i.e. ON or OFF.
\v[1] gets replaced by the corresponding game variable.
Set the Alert Window's Coordinates: $game_system.set_alert_xy(X, Y)

Examples for Passing a Single Line of Text:

Code:
pop_up("Some text")
Alert.add("Some text")

Examples for Passing 2+ Lines of Text:

Code:
texts = ["Line1", "Line2"]
pop_up(texts)
Alert.add(texts)

Optional Parameters:

Code:
pop_up(text, 60)
Alert.add(text, frames, 60)

Code:
pop_up(text, 60, 1, 120, 80)
Alert.add(text, 60, 1, 120, 80)

...and a few other arguments. Happy with a sweat

DOWNLOAD DEMO
Either 1.2.0 or 0.8.0

Terms & Conditions

Free for use in ANY game. Gamer
Due credit is mandatory. Serious 
That's it! Grinning
"For God has not destined us for wrath, but for obtaining salvation through our Lord Jesus Christ," 1 Thessalonians 5:9

Maranatha!

The Internet might be either your friend or enemy. It just depends on whether or not she has a bad hair day.

[Image: SP1-Scripter.png]
[Image: SP1-Writer.png]
[Image: SP1-Poet.png]
[Image: SP1-PixelArtist.png]
[Image: SP1-Reporter.png]

My Original Stories (available in English and Spanish)

List of Compiled Binary Executables I have published...
HiddenChest & Roole

Give me a free copy of your completed game if you include at least 3 of my scripts! Laughing + Tongue sticking out

Just some scripts I've already published on the board...
KyoGemBoost XP VX & ACE, RandomEnkounters XP, KSkillShop XP, Kolloseum States XP, KEvents XP, KScenario XP & Gosu, KyoPrizeShop XP Mangostan, Kuests XP, KyoDiscounts XP VX, ACE & MV, KChest XP VX & ACE 2016, KTelePort XP, KSkillMax XP & VX & ACE, Gem Roulette XP VX & VX Ace, KRespawnPoint XP, VX & VX Ace, GiveAway XP VX & ACE, Klearance XP VX & ACE, KUnits XP VX, ACE & Gosu 2017, KLevel XP, KRumors XP & ACE, KMonsterPals XP VX & ACE, KStatsRefill XP VX & ACE, KLotto XP VX & ACE, KItemDesc XP & VX, KPocket XP & VX, OpenChest XP VX & ACE
Reply }


Messages In This Thread
AlertWindow ACE - by kyonides - 10-25-2023, 01:55 AM
RE: AlertWindow ACE - by kyonides - 10-25-2023, 11:31 PM
RE: AlertWindow ACE - by kyonides - 10-27-2023, 12:41 AM
RE: AlertWindow ACE - by kyonides - 10-29-2023, 09:31 PM
RE: AlertWindow ACE - by kyonides - 11-01-2023, 01:54 AM



Users browsing this thread: