Graal Forums

Graal Forums (https://forums.graalonline.com/forums/index.php)
-   New Scripting Engine (GS2) (https://forums.graalonline.com/forums/forumdisplay.php?f=153)
-   -   setshape() (https://forums.graalonline.com/forums/showthread.php?t=87666)

Mattehy 08-29-2009 07:49 PM

setshape()
 
how would i make a droppable (like a block) chair with a class?
because
setshape2(32,32,3);
doesnt work

Pelikano 08-29-2009 07:57 PM

What do you mean droppable...?

Via the menu you use to drop Gralats as example?

Mattehy 08-29-2009 08:02 PM

like a block script dropable i want to use setshape2 to make it sitable on a localnpc like a placed npc for example putnpc2

DustyPorViva 08-29-2009 08:13 PM

setshape2(2,2,{3,3,3,3});

I think that's it.

Mattehy 08-29-2009 08:18 PM

doesnt work :(

DustyPorViva 08-29-2009 09:39 PM

Quote:

Originally Posted by oo_jazz_oo (Post 1519490)
Make sure the chair image itself isnt blocking...

dontblock();

And make sure the chair isnt on blocking tiles.

You actually don't want to do that. Setshape will set whether it's blocking or not... so if it sets correctly, it wouldn't be blocking either way. Setting it not to block will just override the setshape2.

Make sure it's on the clientside.

oo_jazz_oo 08-29-2009 11:27 PM

Edit: You know what, I was thinking of something else. lol

Sorry, just...wasnt thinking at all. XD


All times are GMT +2. The time now is 01:52 PM.

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