Blockland Forums > Modification Help
Client Sided RPG Mod
PVC Potato Gun:
You need to use % since it is client sided. $ might forget with other things in a server.
infiniteLoop:
--- Quote from: PVC Potato Gun on September 05, 2011, 12:23:58 AM ---You need to use % since it is client sided. $ might forget with other things in a server.
--- End quote ---
Before helping others, you should know what you are talking about.
Ignore PVC Potato Gun if you want to learn successfully.
PurpleMetro:
--- Quote from: infiniteLoop on September 04, 2011, 11:55:53 PM ---To echo variables do like so:
echo("Your health is " @ $someVariable @ "."),
--- End quote ---
Uh I got an error:
echo("Hello Steve. Your HP is " @ $ClRpg_Health @ ".")##
Scars75:
--- Quote from: PurpleMetro on September 05, 2011, 11:17:00 AM ---Uh I got an error:
echo("Hello Steve. Your HP is " @ $ClRpg_Health @ ".")##
--- End quote ---
You forgot the semicolon
PurpleMetro:
--- Quote from: Scars75 on September 05, 2011, 11:24:26 AM ---You forgot the semicolon
--- End quote ---
Ok thanks guys I got it all down. I will keep experimenting with my script and stuff and when I have any questions I will ask them on my topic. Thx alot!