Graal Forums

Graal Forums (https://forums.graalonline.com/forums/index.php)
-   PlayerWorlds Main Forum (https://forums.graalonline.com/forums/forumdisplay.php?f=15)
-   -   Can I have anyone's idea? (https://forums.graalonline.com/forums/showthread.php?t=31532)

RavenTelvecho 06-14-2002 03:47 AM

oh <3 sorry luv ur pw :)

ParadiseAdmin3 06-14-2002 03:59 AM

1 Attachment(s)
Oh yeah, the 'Q' command

RavenTelvecho 06-14-2002 04:01 AM

Quote:

Originally posted by ParadiseAdmin3
Oh yeah, the 'Q' command
nice tables and chairs! =o

ParadiseAdmin3 06-14-2002 04:04 AM

Doest this work at all to you people?

//NPC Made By Kuja
if (created) {
drawunderplayer;
//Change This Picture!
setimg sign.gif;
}
if (playertouchsme||headgear) {
playerdir=0;
set headgear;
playerx=31.5;
playery=20;
showimg head,head#v(playerhead).gif,playerx+.5,playery-2.8;
disabledefmovement;
timeout=.05;
}
if (timeout&&headgear) {
if (keydown(1)&&!playerhead=0) {
play nextpage.wav;
playerhead-=1;
showimg head,head#v(playerhead).gif,playerx+.5,playery-2.8;
changeimgpart head,0,64,32,32;
}
if (keydown(3)) {
play nextpage.wav;
playerhead+=1;
showimg head,head#v(playerhead).gif,playerx+.5,playery-2.8;
changeimgpart head,0,64,32,32;
}
if (keydown(5)) {
unset headgear;
hideimg head;
sethead head#v(playerhead).gif;
play extra.wav;
enabledefmovement;
}
if (keydown(6)) {
setplayerprop #c,;
hideimg head;
enabledefmovement;
unset headgear;
}
if (!keydown(6)&&headgear) {
changeimgpart head,0,64,32,32;
timeout=.05;
}
}

Xbob42 06-14-2002 06:50 AM

When I touch it I keep running. You'll have to add freezeplayer; or playersprite=0; to stop the players movement.

Also it scrolls down way too fast to be able to select the head.

ParadiseAdmin3 06-14-2002 08:21 AM

I'll add sleep 0.1; to make it scroll slower


All times are GMT +2. The time now is 02:47 AM.

Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2025, vBulletin Solutions Inc.
Copyright (C) 1998-2019 Toonslab All Rights Reserved.