Graal Forums  

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

Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old 03-23-2010, 11:59 PM
WhatsEver WhatsEver is offline
Registered User
Join Date: Oct 2009
Posts: 6
WhatsEver is on a distinguished road
Quistion about the tiles

hey guys

i need to change the tile on Graal editor

how do i do that?
Reply With Quote
  #2  
Old 03-24-2010, 12:41 AM
fowlplay4 fowlplay4 is offline
team canada
fowlplay4's Avatar
Join Date: Jul 2004
Location: Canada
Posts: 5,200
fowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond repute
Something like this..

PHP Code:
if (created || playerenters) {
  
addtiledef tileset.png,levelprefix_,0;

__________________
Quote:
Reply With Quote
  #3  
Old 03-24-2010, 12:50 AM
DustyPorViva DustyPorViva is offline
Will work for food. Maybe
DustyPorViva's Avatar
Join Date: Sep 2003
Location: Maryland, USA
Posts: 9,589
DustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond repute
Send a message via AIM to DustyPorViva Send a message via MSN to DustyPorViva
Quote:
Originally Posted by fowlplay4 View Post
Something like this..

PHP Code:
if (created || playerenters) {
  
addtiledef tileset.png,levelprefix_,0;

PHP Code:
//#CLIENTSIDE
if (created || playerenters) {
  
addtiledef tileset.png,levelprefix_,0;

So that if it is eventually uploaded online, it won't break(and spam RC with errors all the time).
Reply With Quote
  #4  
Old 03-24-2010, 11:56 AM
WhatsEver WhatsEver is offline
Registered User
Join Date: Oct 2009
Posts: 6
WhatsEver is on a distinguished road
Quote:
Originally Posted by fowlplay4 View Post
Something like this..

PHP Code:
if (created || playerenters) {
  
addtiledef tileset.png,levelprefix_,0;

where i do this?
Reply With Quote
  #5  
Old 03-24-2010, 12:19 PM
Imperialistic Imperialistic is offline
graal player lord
Imperialistic's Avatar
Join Date: Apr 2007
Location: Florida
Posts: 1,094
Imperialistic is a jewel in the roughImperialistic is a jewel in the rough
Sorry for the horrible quality:

__________________
" It's been swell, but the swelling's gone down. "
Reply With Quote
Reply


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 08:01 AM.


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