Site Announcements

  • Account registration restricted. Email lord.ixzion AT gmail.com and I will get you set up. Thanks.
  • RPGMM Discord Channel - https://discord.gg/YJnAfVr

  • New to the site? Let us know!! - Check here.
  • RPGM Magazine Mission Statement. - Check here.
  • We now have a forum up specifically for the races, check it out. - Check here.


[Continue]

It is currently February 12th, 2025, 6:01 pm
View unanswered posts | View active topics


All times are UTC - 5 hours [ DST ]




Post new topic Reply to topic  [ 7 posts ] 
Author Message
PostPosted: September 25th, 2006, 6:57 pm 
Rank 10: Cute Lil White Mage Rank 10: Cute Lil White Mage
At the Scumm Bar
Offline

  Level 50
 

Joined: January 25th, 2006, 2:27 pm

Posts: 5613

Location: CA
i have a problem with an event i made. The first event is all talk then the player warps inside a building. i set an auto event in the building that makes the player walk north 3 steps. but the event dosent play and instead my last event replays again. i could use some help.

also....
what is the procedure to make 2 events walk at the same time? do i create a new script?


Top
Profile  
 
PostPosted: September 25th, 2006, 7:23 pm 
Rank 4: Fighter in Training Rank 4: Fighter in Training
Offline
User avatar

  Level 0
 

Joined: August 28th, 2006, 12:09 am

Posts: 1128
Duelpro wrote:
i have a problem with an event i made. The first event is all talk then the player warps inside a building. i set an auto event in the building that makes the player walk north 3 steps. but the event dosent play and instead my last event replays again. i could use some help.


This is wierd. What I might suggest is putting this in the enter map script for that map (in that script make sure to call the default enter map script at the beginning, since setting an enter map event on the World Organization editor will only run that one and not the default one). Also you might want to make sure there is only one auto event on the map with the auto event. Auto events get kind of tricky when there is more than one on the map.

Duelpro wrote:
also....
what is the procedure to make 2 events walk at the same time? do i create a new script?


Well there are two ways to do this. One is to make an action script for both events, and have it do a repeat loop on a flag being off, then turn that flag on from another script.

Script Branch Repeat [flag 261] off
Script Branch End
Event: Move

Make this the movement script of each event, and then in another script turn flag 261 on.

Another option is to make 3 scripts

Script 1

Apply Together
call [script 2]
call [script 3]

Script 2
Event: Control [Event 1]
Event: Move

Script 3
Event: Control [Event 2]
Event: Move

Then make this the apply script of some other event, or call it from an auto event, map enter script, or an action script.

_________________
はじめまして。真(しん)の冷静(れいせい)です。どうぞよろしく。
hajimemashite. shinno reisei desu. douzoyoroshiku.

http://www.thetruecoolness.com
Are you prepared? Do you believe in the Coolness? Well either way check it out.


Top
Profile  
 
PostPosted: September 25th, 2006, 11:53 pm 
Rank 10: Cute Lil White Mage Rank 10: Cute Lil White Mage
At the Scumm Bar
Offline

  Level 50
 

Joined: January 25th, 2006, 2:27 pm

Posts: 5613

Location: CA
well it isnt working. anyone else here have an idea to fix this?


Top
Profile  
 
PostPosted: September 25th, 2006, 11:57 pm 
Rank 10: Cute Lil White Mage Rank 10: Cute Lil White Mage
At the Scumm Bar
Offline

  Level 50
 

Joined: January 25th, 2006, 2:27 pm

Posts: 5613

Location: CA
this is what my script looks like:

1.talk(screen changes color you know for an introduction scene)
2.caera rotate.
3.camera zoom in.
4.talk
5.talk
6.warp party to inside building.

oh and the party is invisible cuz im not making a game im making a show.


Top
Profile  
 
PostPosted: September 26th, 2006, 12:08 am 
Rank 4: Fighter in Training Rank 4: Fighter in Training
Offline
User avatar

  Level 0
 

Joined: August 28th, 2006, 12:09 am

Posts: 1128
Ok I guess what I need to now next are what events are in each building, and what are they set to (auto, etc), and what motion/apply scripts they have. You should be able to teleport to another area and have an auto event play once you get there.

_________________
はじめまして。真(しん)の冷静(れいせい)です。どうぞよろしく。
hajimemashite. shinno reisei desu. douzoyoroshiku.

http://www.thetruecoolness.com
Are you prepared? Do you believe in the Coolness? Well either way check it out.


Top
Profile  
 
PostPosted: September 26th, 2006, 6:29 pm 
Rank 10: Cute Lil White Mage Rank 10: Cute Lil White Mage
At the Scumm Bar
Offline

  Level 50
 

Joined: January 25th, 2006, 2:27 pm

Posts: 5613

Location: CA
ok the event inside is an auto event. there is no motion or models
only the script attatched to the event.


Top
Profile  
 
PostPosted: September 26th, 2006, 7:21 pm 
Rank 4: Fighter in Training Rank 4: Fighter in Training
Offline
User avatar

  Level 0
 

Joined: August 28th, 2006, 12:09 am

Posts: 1128
And this event is only in one of the maps right. I might experiment with this later tonight, depends on if I have time or not.

_________________
はじめまして。真(しん)の冷静(れいせい)です。どうぞよろしく。
hajimemashite. shinno reisei desu. douzoyoroshiku.

http://www.thetruecoolness.com
Are you prepared? Do you believe in the Coolness? Well either way check it out.


Top
Profile  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 7 posts ] 

All times are UTC - 5 hours [ DST ]


Who is online

Users browsing this forum: No registered users and 3 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to:  
cron
Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group