View Single Post
  #1  
Old 06-30-2005, 04:58 PM
GoZelda GoZelda is offline
Mister 1,000,000
GoZelda's Avatar
Join Date: Jan 2003
Location: Brussels, capital of Europe.
Posts: 5,396
GoZelda will become famous soon enough
Send a message via AIM to GoZelda Send a message via MSN to GoZelda
Something with mousescreeny

I'm having a bit of trouble with using mousescreeny.

NPC Code:

if (leftmousebutton){
if (mousescreenx in |0,20| && mousescreeny in |screenheight,screenheight-20|){
message wtf.;
}
}


The part in red is what goes wrong. It works if I enter variables such as 1080,1100. But whenever I try using screenheight, it won't work. Someone care to explain what I'm doing wrong and what should be entered here?
__________________

Quote:
Originally Posted by Lance
stefan is satan
I am the best.
[URL removed]Music or aural pollution?
Reply With Quote