RMRK is retiring.
Server is paid up for the rest of 2026, but the forum may go after that. See here for more information. Please archive or save anything you would like to keep before 2027.
Main Menu
  • Welcome to The RPG Maker Resource Kit.

[Resolved] Mirror effect in water

Started by stripe103, December 04, 2009, 05:18:58 PM

0 Members and 1 Guest are viewing this topic.

stripe103

I need a script which makes a mirror effect in for example water or glass.
Also, if possible, I need a whave effect in the same script which makes the reflection move a little.

Basicly I want this script but for RMXP instead.

Maybe it allready exist, maybe not. I don't know... Do you?

modern algebra


stripe103

#2
I can't get it to work.
I'll look after the demo

EDIT:
Nvm. I found the error.
For future users:

In this part on line 184
[spoiler]if (character.is_a?(Game_Event) and character.list!=nil and character.list[0].code == 108 and character.list[0].parameters == ["r])[/spoiler]

It shall be
[spoiler]if (character.is_a?(Game_Event) and character.list!=nil and character.list[0].code == 108 and character.list[0].parameters == ["r"])[/spoiler]

They have forgotten a ".


Thank you very much Modern! ;D