View Single Post
  #10  
Old 09-09-2009, 11:55 PM
cyan3 cyan3 is offline
Registered User
cyan3's Avatar
Join Date: Nov 2005
Location: England
Posts: 2,919
cyan3 has a brilliant futurecyan3 has a brilliant futurecyan3 has a brilliant futurecyan3 has a brilliant futurecyan3 has a brilliant futurecyan3 has a brilliant futurecyan3 has a brilliant future
Quote:
Originally Posted by WanDaMan View Post
Paste the script in to the other levels?
Wouldn't it be easier to use a weapon NPC?

PHP Code:
//#CLIENTSIDE
function onCreated()
{
  
showstats(1024);
  
removetiledefs();
  
addtiledef("pics1.png","myworld_a-1.nw"1,0);
  
addtiledef("pics1.png","myworld_a-2.nw"1,0);
  
  
addtiledef2("picso2.png","myworld_a-1.nw"1,0);
  
addtiledef2("picso2.png","myworld_a-2.nw"1,0);

Obviously this script wouldn't work but it shows the principle.
Reply With Quote