View Single Post
  #3  
Old 09-22-2005, 04:45 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
Quote:
emitter.emissionoffset=playerx-3,playery-1,2;
Emissionoffset is in delta, not absolute. As in, use "-3","-1", and "2". Also, it's an array, remember? You need the {} things.
Quote:
emitter.particle.clippingbox=0,0,-1,64,64,64;
Another array, and also check this one versus the DocuEmitters.txt. Use {} thingeys.
Quote:
if (weaponfired)
{
emitter.emit();

}
You need the thing inside a findimg(), otherwise it won't know which emitter to emit.
__________________
"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