- Joined
- Apr 23, 2013
- Messages
- 21
- Reaction score
- 7
- First Language
- English
- Primarily Uses
Hi gang.
In Script command, can MV produce floating text, like VX ACE?
I don't want message boxes and stuff, I want RAW TEXT which appears above the player's head and then disappears after 1 second.
For instance, in a VX ACE game I was working on, the following line does exactly what I want.
$game_map.show_text($game_player,"10 points!")
(Also, I was using Khas's Sapphire Action Sysytem IV in that game so that might be relevant, too.)
1) But that's in Ruby. How do I do it in JS?
I would prefer that the answer wasn't "oh just use a plugin" because that won't teach me anything about scripting. I have a simple problem, and I'm looking for a simple answer, not a complex answer to ten million questions that I might ask later.
and also:
2) Where are the resource materials where I could have found this out for myself? I am having serious trouble locating them. I checked https://docs.google.com/spreadsheets/d/1-Oa0cRGpjC8L5JO8vdMwOaYMKO75dtfKDOetnvh7OHs/edit#gid=0 and I couldn't find anything useful (to this topic) there.
Thanks for your time
In Script command, can MV produce floating text, like VX ACE?
I don't want message boxes and stuff, I want RAW TEXT which appears above the player's head and then disappears after 1 second.
For instance, in a VX ACE game I was working on, the following line does exactly what I want.
$game_map.show_text($game_player,"10 points!")
(Also, I was using Khas's Sapphire Action Sysytem IV in that game so that might be relevant, too.)
1) But that's in Ruby. How do I do it in JS?
I would prefer that the answer wasn't "oh just use a plugin" because that won't teach me anything about scripting. I have a simple problem, and I'm looking for a simple answer, not a complex answer to ten million questions that I might ask later.
and also:
2) Where are the resource materials where I could have found this out for myself? I am having serious trouble locating them. I checked https://docs.google.com/spreadsheets/d/1-Oa0cRGpjC8L5JO8vdMwOaYMKO75dtfKDOetnvh7OHs/edit#gid=0 and I couldn't find anything useful (to this topic) there.
Thanks for your time


