View Single Post
  #3  
Old 11-15-2003, 04:15 AM
ForgottenLegacy ForgottenLegacy is offline
-Backtoscripts-
Join Date: Aug 2003
Location: California
Posts: 289
ForgottenLegacy is on a distinguished road
Send a message via AIM to ForgottenLegacy
Commands for layering, for level npcs:
NPC Code:

drawoverplayer;
drawunderplayer;
drawovertrees;


I have no idea what 'drawovertrees' does.

Commands for images, used in showimg, showtext, and showpoly:
NPC Code:

chageimgvis index,vis;


'vis' is a number between 0 and 5
0 and 1 = Under player
2 = Same height as player
3 = Over player
4 = On the screen, images will be drawn on the screen instead of the level, usefull for GUIs
5 = Same as vis 4, but is drawn over the images with a vis of 4.

Question:
Is it possoble to have a vis higher than 5? Such as changeimgvis 200,6;?
__________________
"The higher you fly, the harder it is to breathe."

[Kaidenn] Maybe I will somehow take control of Lance's body when he isn't looking, have him log onto Kingdoms, update one script, and leave.
[Kaidenn] And leave him exactly where I found him, unchanged and completely unnaware of what just took place the last two minutes.
[GrowlZ] Lance: You might want to lock your bedroom door tonight
Reply With Quote