Author Topic: (Post Small Scripts To Play With Here)  (Read 3166 times)

Umm, no, servercmdNAME is called by /NAME. servercmdAltF4 could be called by /altF4 but it would do nothing.

Actually, it would cause syntax errors. Remove the ; at the end of the script.

Umm, no, servercmdNAME is called by /NAME. servercmdAltF4 could be called by /altF4 but it would do nothing.

Actually, it would cause syntax errors. Remove the ; at the end of the script.
Also, the useless 'health' line is missing a semicolon


Well the health was there so he WOULD use it.

Well the health was there so he WOULD use it.

No, it wouldn't do anything.

He was trying to get him to press AltF4 and the health was there to try to make him think that it would make him super powerful or something from my understanding.

Finally someone understands  :cookie: for you Rky.

Good kept posting little scripts with directions then us "newbs" can learn how to script. Thank You for your kindness and help.  :cookieMonster: Oh yea i edited a sword and this is what came out its pretty cool it makes earthquakes , could someone like do somthing elce with it? All credits go to Blockland Creaters

You have a problem with that script: it'll overwrite the sword. You have to change any datablocks you edited.

For example.

If you change anything in the block of code after 'datablock ProjectileData(swordProjectile)', you need to change swordProjectile to something else, like 'earthquakerProjectile'.

Oh ok Thank You for your help! :cookieMonster: Will this work?

What do i change this to? datablock PlayerData(PlayerQuakeArmor : PlayerStandardArmor)

Like does it matter what it is

Could Someone tell me what all this stuff is?  like put // after it and explain?


Hello?
Use the button, instead of posting four times.

Here's some basic classes.

Code: [Select]
return -2
Why do you have return -2? most people do -1