Graal Forums

Graal Forums (https://forums.graalonline.com/forums/index.php)
-   Tech Support (https://forums.graalonline.com/forums/forumdisplay.php?f=7)
-   -   chair npcs (https://forums.graalonline.com/forums/showthread.php?t=61990)

excaliber7388 10-30-2005 09:53 PM

chair npcs
 
if the player is using V4, and sitting they can not use scripts using if playertouchsme (maybe more)?
this script does not work if the player is sitting and using V4, it works perfect for V2 :\ this is for an event on my server, so people can't play it with V4
NPC Code:
//#CLIENTSIDE
if (created) {setimg redchair.png;
drawunderplayer;}
if (playertouchsme) {
for (i=0;i<9;i++) {
playery = playery+5.5;
sleep .08
}
}


CheeToS2 10-30-2005 10:20 PM

It is working for me (the player moves down when you touch the npc), I was sitting when I touched it.

excaliber7388 10-31-2005 12:50 AM

i didn't work for one of the players on DR, but only when he had V4 on...maybe it was something esle?


All times are GMT +2. The time now is 04:38 PM.

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