Call EventVersion 1.0
by Woratana
Release Date: 05/05/2008
IntroductionIt's a little snippet that will add thing like event command 'Call Event' in RM2K.
If you haven't use RM2K before, 'Call Event' use to run event commands in other event.
Basically, it's similar to 'Call Common Event', just change from common event to event in map.
I also added option to use call event with event from other map.
FeaturesVersion 1.0CODE
# - Same as 'Call Event' in RM2K
# - You can also use 'Call Event' with event from other map
ScreenshotsNo need...
ScriptPlace it above main
callevXP20.txt ( 2.27K )
Number of downloads: 86InstructionUse 'Call Event' by call script:
CODE
callev(event_id, page, map_id)
or
CODE
callev(event_id,page)
for event in current map
If you want to call current page from that event (in case that event have many pages depends on condition...)
just change use
0 for
pageAuthor's NotesFree for use in your non-commercial work if credit included. If your project is commercial, please contact me.
Please do not redistribute this script without permission. If you want to post it on any forum, please link to this topic.