Graal Forums

Graal Forums (https://forums.graalonline.com/forums/index.php)
-   NPC Scripting (https://forums.graalonline.com/forums/forumdisplay.php?f=8)
-   -   what am i doing wrong (https://forums.graalonline.com/forums/showthread.php?t=59316)

syltburk 06-07-2005 10:33 AM

what am i doing wrong
 
what am i doing wrong here, i got another tileset and want to change it back to the main one but it doesn't work
(i tried with clientside)

// NPC made by Jaffer (Chill)
if (created) {
addtiledef pics1.png,0,0;
}
if (playertouchsme) {
}

xAndrewx 06-07-2005 12:47 PM

Why is the level 0?
addtiledef tileset.png,level(s),type;
Also, remove all the stuff you don't need:
//NPC made by
if (playertouchsme){}

there isn't a point in keeping them.

CheeToS2 06-07-2005 06:54 PM

Use removetiledefs; :)

calani 06-08-2005 05:53 AM

//#CLIENTSIDE
if (created) addtiledef (tileset image name),(levelname),(type);

Ajira 06-08-2005 01:37 PM

Quote:

Originally Posted by CheeToS2
Use removetiledefs; :)

..


All times are GMT +2. The time now is 02:08 PM.

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