Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
if (y < 10){
y = 10;
}
if (x < 10) {
x = (room_width - 15)
}
if(x > (room_width - 10)){
x = 15;
}
if ((y >= room_height - vsp) || (y <= vsp && state == PS_HITSTUN))
{
y = 1;
vsp = 0;
}
(just to be safe press enter twice on the final line before you paste this code)
Finnaly press Save on the memo pad. If you done this correctly this should work. I hope I helped you. (*^_^*)
memo pad? what is that and how do i get it?