Show posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Messages - AnimeGirl

1
 :^_^': Oh sorry.
2
Most of the spoilers don't work could you fix that :facepalm:.
3
Event Systems / Re: Event Title Screen
April 07, 2013, 12:58:27 pm
Quote from: Zexion on April 07, 2013, 12:45:44 pm
I was actually going to make an evented title demo the other day, but I got lazy and didn't. Now that someone actually needs it I'll do it :)
I'll put up the demo tonight :P


Thx a lot.  :D
4
Event Systems / Re: [XP]Mirror System
April 07, 2013, 10:26:37 am
Hi I tried to download the demo but it said "Sorry, the file you requested is not available." so could you please put up a new link.
5
Event Systems / Re: Event Title Screen
April 07, 2013, 10:26:06 am
Hi I tried to download the demo but it said "Sorry, the file you requested is not available." so could you please put up a new link.
6
When you say
Quote
Make a new file with an .rb extension in the Extensions folder of RMX-OS and copy-paste this script into it.
what do you mean
7
Quote from: KK20 on December 14, 2012, 07:25:25 pm
In your event (most likely a door), put the first event command to turn a switch OFF (we will use this to determine whether the place is open/closed). Then use a script call and copy something like this:

return if ['Thursday', 'Saturday',
'Sunday'].include?(time.day_name)
return unless (10..14).include?(
time.current_time[1])
$game_switches[ID] = true

Replace ID with the same number as the switch we used at the beginning of our example.

Then, use a conditional branch and, under tab 4, use a script. Write this in the box:

$game_switches[ID]

Again, replacing ID with the switch we are using for this example.

If it's true, then the place is open. Otherwise, it's closed.


Thanks a lot, it really helped :D .

Edit:
When I tried to use the script this window opened
8
General Discussion / Closets in rpgxp
December 14, 2012, 11:25:01 am
Does anybody know how to have closets in rpgxp, Like where you can change cloths.
9
I need help with CCTS, What I want to do is lock buildings for a specific time
Example
If anybody knows how to do it that would help me a lot, because I'm a newbie in gamemaking. :D
10
I need help with CCTS, What I want to do is lock buildings for a specific time
Example
If anybody knows how to do it that would help me a lot, because I'm a newbie in gamemaking. :D