Thread: Classes?
View Single Post
  #3  
Old 01-20-2007, 04:17 PM
Crow Crow is offline
ǝɔɐɹq ʎןɹnɔ
Crow's Avatar
Join Date: Dec 2006
Location: Germany
Posts: 5,153
Crow has a reputation beyond reputeCrow has a reputation beyond reputeCrow has a reputation beyond reputeCrow has a reputation beyond reputeCrow has a reputation beyond reputeCrow has a reputation beyond reputeCrow has a reputation beyond reputeCrow has a reputation beyond reputeCrow has a reputation beyond reputeCrow has a reputation beyond reputeCrow has a reputation beyond repute
NPC Script

PHP Code:
//#CLIENTSIDE
function onCreated() {
  
join("save");

Class script

PHP Code:
//#CLIENTSIDE
function onCreated() {
  
setimg("e_save.png");
  
showimg(200,"light2.png",x-2,y-2.5);
  
changeimgcolors(200,.6,1,0,.5);
  
changeimgzoom(200,.5);
  
setshape2 4,5,{
  
0,0,0,0,
  
0,0,0,0,
  
0,0,0,0,
  
0,22,22,0,
  
0,22,22,0};



I also noticed its not happening with this class only, and it happened in other levels too. Btw, its happening on Esteria (thats why I asked you to restart it, Stefan :P).
Reply With Quote