View Single Post
  #1  
Old 09-09-2007, 07:40 AM
ShardIceFire ShardIceFire is offline
Dancing Pony Privateer
Join Date: Sep 2007
Location: The Desert
Posts: 31
ShardIceFire is on a distinguished road
Send a message via AIM to ShardIceFire
Tiledefs not working on my PW?

I have a script as follows in a level on my playerworld:

PHP Code:
//#CLIENTSIDE
function onPlayerEnters() {
  
removetiledefs();
  
addtiledef("harpazo-tilestown.png","harp-isle",0);

The image is correctly set up and in the images folder, the levels start with harp-isle, but it just doesn't initialize. Someone told me I may need to reset the server for it to take effect. Is this true or is there an easier answer that I've somehow overlooked?
__________________
Reply With Quote