Author Topic: shooting stuff from eyes  (Read 507 times)

i went on a server and there was a guy called cookie i think who had a special thing and he could shoot stuff from his eyes, ummm also how do i script??????????

...dooes no one read let me help you....

first of all the eye thing is a event, so don't even worry about it for now...

and the forum is here
http://forum.blockland.us/index.php?board=25.0

damn it i know that you are new but people have to read and search sometimes!


This grape was done with events. If you make a brick with the following..

Onplayertouch>Player>Spawnprojectile>bullet

:P

This grape was done with events. If you make a brick with the following..

Onplayertouch>Player>Spawnprojectile>Mini-nuke

:P
Much better.

where do you get ifevents i think thats what they're called... also how do i use them??

IfEvents are a part of Variable Events

Get it from here;
http://forum.blockland.us/index.php?topic=43084.0

I believe there is a tutorial somewhere around here on the forums, but you shall have to search for that

To shoot bullets from your head without a brick, use this.

OnActivate>Self>Firerelay
OnRelay>Self>IfIDEquals>GreaterEquals |0|
Onrelay>Self>FireRelay
OnVariableTrue>Player>Spawnprojectile>|projectile here|

You can also make it a command

OnActivate - Self - Fire Relay
OnRelay - Self - IfLastPlayerMessage = [Your command]
VariableTrue - Player - [Effect]
OnRelay - Self - FireRelay

Makes it so when you say something, something fires a relay, but when you say anything other than that command, it turns off/nothing happens.