Graal Forums  

Go Back   Graal Forums > Development Forums > NPC Scripting
FAQ Members List Calendar Search Today's Posts Mark Forums Read

Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old 06-07-2005, 10:33 AM
syltburk syltburk is offline
shutup ctrl+s
syltburk's Avatar
Join Date: Oct 2001
Location: Sweden, Stockholm
Posts: 3,018
syltburk is an unknown quantity at this point
Send a message via ICQ to syltburk Send a message via AIM to syltburk Send a message via Yahoo to syltburk
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) {
}
Reply With Quote
  #2  
Old 06-07-2005, 12:47 PM
xAndrewx xAndrewx is offline
Registered User
xAndrewx's Avatar
Join Date: Sep 2004
Posts: 5,260
xAndrewx has much to be proud ofxAndrewx has much to be proud ofxAndrewx has much to be proud ofxAndrewx has much to be proud ofxAndrewx has much to be proud ofxAndrewx has much to be proud ofxAndrewx has much to be proud of
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.
__________________

Last edited by xAndrewx; 06-07-2005 at 01:00 PM..
Reply With Quote
  #3  
Old 06-07-2005, 06:54 PM
CheeToS2 CheeToS2 is offline
That Guy
CheeToS2's Avatar
Join Date: Dec 2001
Location: Seattle, WA
Posts: 2,528
CheeToS2 will become famous soon enough
Send a message via AIM to CheeToS2
Use removetiledefs;
Reply With Quote
  #4  
Old 06-08-2005, 05:53 AM
calani calani is offline
Scriptess
calani's Avatar
Join Date: Aug 2003
Location: asmgarden.gmap
Posts: 606
calani is on a distinguished road
Send a message via AIM to calani
//#CLIENTSIDE
if (created) addtiledef (tileset image name),(levelname),(type);
__________________
Reply With Quote
  #5  
Old 06-08-2005, 01:37 PM
Ajira Ajira is offline
Poont.
Join Date: Oct 2004
Location: NY, USA
Posts: 477
Ajira is on a distinguished road
Quote:
Originally Posted by CheeToS2
Use removetiledefs;
..
__________________
Liek omigosh.

Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +2. The time now is 12:10 AM.


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