slash commands

Author Topic: slash commands  (Read 5638 times)

Where have you placed the file?

ok iv a prob
my file is called script_rules.cs
it is in add-ons in ccwin in my documents
and i type exec("add-ons/script_rules.cs");
and it says  missing file: script_rules.cs!

Is the file in your main blockland add-ons folder?

Is the file in your main blockland add-ons folder?
He just (basically) said no to that, he said it's in My Documents.
This is a problem, as the exec command works in relation to your BLOCKLAND folder.
In other words: the reccomendation of doing
exec("add-ons/Script_lul.cs");
meant that the .cs file needed to be in your BLOCKLAND Add-Ons folder.

it is my bl add ons folder is in my main bl folde which is called ccwin

you can also type e("filename"); to exec, you don't have to put the add-ons/ part or .cs


you can also type e("filename"); to exec, you don't have to put the add-ons/ part or .cs
Last time I used the e function...
OH GOD NOT AGAIN!!!!
(Actually, it wasn't that bad, but it crashed me.)

how do i make a new playertype that has 4times the htpoints of a norm and fuel jet

Copy the fuel jet player datablock and change the health amount. Rename it, voila.

whears health? part of code

Probably. I'll find it.

EDIT: Erm... they work differently than I thought. Not sure how to make 4x health =/
« Last Edit: October 29, 2007, 08:48:15 PM by Falcondude »

bump cause i only get replies if at top o page

Code: [Select]
datablock PlayerData(PlayerhpArmor : PlayerStandardArmor)
{
   maxDamage = 400;//default is 100 methinks

uiName = "Quad Hp Player";
showEnergyBar = false;

};

will this also hav fule jet