View Single Post
  #7  
Old 04-25-2008, 01:47 AM
cbk1994 cbk1994 is offline
the fake one
cbk1994's Avatar
Join Date: Mar 2003
Location: San Francisco
Posts: 10,718
cbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond repute
Send a message via AIM to cbk1994
Quote:
Originally Posted by Tigairius View Post
"addtiledef" has two more parameters. You need to do addtiledef tileset.png, begining of your level's name, tileset type;
Not to mention it's not clientsided, you have to put //#CLIENTSIDE above clientside scripts. For online scripts it's recommended you use gscript2, but for a working example.. do this:
PHP Code:
//#CLIENTSIDE
if (created) {
  
removetiledefs;
  
addtiledef silents_tiles_type1.png#L, 1;

You don't need //#CLIENTSIDE offline since it is all clientside.

I don't understand exactly what you're saying, he was trying to make it work in his level editor? Or did I misunderstand the question?
__________________
Reply With Quote