![]() |
Whats the code for all images in 1 npc?
I seem to have seen this somwheres, its like 1 npc that shows ALL images (that dont have special coding of their own) anyone know this code? It would reduce lag in my house alot.
|
simple...just learn showimg.
|
I think he means a level-wide "show" command, for every NPC.
|
it could be just flags and the show / hide command.
other than that showimg and hideimg would be my best guess. |
and place them in their correct x,y coords? seems simple enough.
Oh kyle are you the same one that was in EoM along time ago? If so do you remember me? and Jerom? |
Quote:
(btw, you might want to look up changeimgvis while you're at it) |
showimg index,filename,x,y;
|
String arrays... Arrays.... for loops.... showimg string index,image,x array,y array...
|
you can also show messages in fonts
showimg 1,@arial@message,x,y |
Quote:
Yeah, if it's NPCs and you want to change their images..you could probably use a for statement (if you have NPC server) for (i=0; i<npcscount-1; i++) { with (npcs[i]) {setimg light4.png; setcoloreffect 0,1,0,.99;} } I think there is also a npcs[i].image tag, but dont hold that against me if their isnt. |
All times are GMT +2. The time now is 10:46 PM. |
Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2025, vBulletin Solutions Inc.
Copyright (C) 1998-2019 Toonslab All Rights Reserved.