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.

Topics - cdaz

1
I'm working on my event base Custom Title Menu.
I'm complete it's interface. button can select and push.

but I just don't know how to call script to send player to Start point ,Loading Screen or Exit from my game.
2
In his Script he said.
#Run or Jump can be disabled / enabled by calling
#  $game_player.toggle_act('disable/enable', 'jump/run').

And when I call Script and put "$game_player.toggle_act('disable','jump')" I got Syntax Error.

I it's maybe easier if I can get example from his demo directly.
But his files is gone. I can't get demo anymore.

So can someone help me with this?