Quote:
Originally Posted by WanDaMan
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.