Blockland Forums > Modification Help
Iban Explains it All
clinr121:
for ligtscene its for dramatic things, heres my code
--- Code: ---package Lightscenesetup
function clientcmdlightscene(%client)
{
// first put lightscene always force
lightscene('',"alwaysforce");
// then we have to msg the user
Commandtoclient(%client,"lightscene complete")
}
[code]
--- End code ---
edit: with package[/code]
otto-san:
--- Quote from: clinr121 on June 17, 2011, 05:10:00 PM ----snip-
--- End quote ---
That code doesn't really make sense.
clinr121:
Erm ya your right i still need learning TGE though
DrenDran:
--- Quote from: clinr121 on June 17, 2011, 10:26:09 PM ---Erm ya your right i still need learning TGE though
--- End quote ---
Just remember that scripts and computers won't be able to understand plain english commands like "lighting complete" without additional work.
Blocker Ctgr:
Thank you Iban now I can finally script!