Blockland Forums > Suggestions & Requests

Personalization (BL_ID) events

Pages: << < (5/5)

Gen. Hothauser:


--- Quote from: Advanced Bot on September 19, 2013, 07:58:11 PM ---Do RetroCheck - ifBlid == BlocklandID instead of ifValue - <var:cl:bl_id>. It is easier.

ifVariable is checking the "self" or "client" or "player" or whatever you set it to.

--- End quote ---

Though the former is easier, the latter would be better to use because that format is more widely used than the former.  There are, what, like seven or eight retrocheck options?  It'd be better to get used to the latter format if you want to get into VCE (which I suggest you do, OP, because it is very useful).  But, if you don't care how you do it or don't want to get into VCE, go with the former option.

Advanced Bot:

It is bl_id and name for the ifValue event.


--- Code: ---registerSpecialVar(GameConnection,"bl_id","%this.bl_id");
registerSpecialVar(GameConnection,"name","%this.getPlayerName()");
--- End code ---


--- Code: ---<var:cl:name>
<var:cl:bl_id>
--- End code ---


Pages: << < (5/5)

Go to full version