Graal Forums

Graal Forums (https://forums.graalonline.com/forums/index.php)
-   NPC Scripting (https://forums.graalonline.com/forums/forumdisplay.php?f=8)
-   -   treasure chest help (https://forums.graalonline.com/forums/showthread.php?t=62009)

Zergling 10-31-2005 07:26 PM

treasure chest help
 
// NPC made by Mr. Newb
if (created)
{
canbecarried;
setimg bluebox.png;
setshape 1,32,32;
}
if (playertouchsme)
{
setimg bluebox2.png;
setshape 1,32,32;
}
I cant get this box too show up...
Please help


All times are GMT +2. The time now is 06:29 AM.

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