View Single Post
  #15  
Old 03-19-2004, 06:46 AM
Dach Dach is offline
call me Chad, it's cooler
Dach's Avatar
Join Date: Aug 2002
Posts: 1,899
Dach is on a distinguished road
Re: Wan

Quote:
Originally posted by EmortalDragon
Script it
It will be a hell alot easier

if (created||playerenters) {
addtiledef bravo_tileset.png,bravo_,0;
}else{
removetiledefs
}
wtf? so everytime that event gets looked at, but isn't true, you'r tilesets are removed (even though events shouldn't be checked when not called, nor should else be used with events...)
__________________
Scripting Documents:Old Script Documentation-Movement Tutorial
Reply With Quote