![]() |
oh <3 sorry luv ur pw :)
|
1 Attachment(s)
Oh yeah, the 'Q' command
|
Quote:
|
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; } } |
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. |
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.