02 Nov 11, 10:58AM
The myBB-plugin even has an awesome extra feature, which - if feasible - should find it's way into the wiki too. Research still pending there, though. Just hover over the "say"-command in the following, more modern syntax as opposed to Viper's code above:
[cubescript]
goodjob = [ say "This is great" ]
[/cubescript]
Seems alias is somehow not recognized/defined by our current (at time of writing) definition, so keep watching out for things like this and help us fine-tune it! Anyway - two things about the updated script line. For one, alias X Y and X = Y are the same, the latter just more conform to most other languages & shorter; secondly there've been known issues with Macintosh and leaving out the spaces .. so, if in doubt, go with the spaces-padding inside a CubeScript-block!
[cubescript]
goodjob = [ say "This is great" ]
[/cubescript]
Seems alias is somehow not recognized/defined by our current (at time of writing) definition, so keep watching out for things like this and help us fine-tune it! Anyway - two things about the updated script line. For one, alias X Y and X = Y are the same, the latter just more conform to most other languages & shorter; secondly there've been known issues with Macintosh and leaving out the spaces .. so, if in doubt, go with the spaces-padding inside a CubeScript-block!