Author Topic: No-Light, No Jet Player type  (Read 459 times)

Does this exist?

I know that you can remove the light like in Mining where you have to buy one.

But i need a way to have it so you cant have it when you spawn (you would have to buy it)

Im pretty sure its a script :\

:{[


Sad mustache man is sad

Events for spawn:

onplayertouch > Player > VCE_ifVariable bought_light 1
onPlayerTouch > Named brick: Fakespawn > SetPlayerTransform
onVariableFalse > Player > SetPlayerLight > Off

Events for a button that gives you a light:
onActivate > PLayer > VCE_modVariable bought_light set 1
onActivate > Player > ChangePlayerLight > (Whatever light you need)

Also you will need Chrono's light events for this

Events for spawn:

onplayertouch > Player > VCE_ifVariable bought_light 1
onPlayerTouch > Named brick: Fakespawn > SetPlayerTransform
onVariableFalse > Player > SetPlayerLight > Off

Events for a button that gives you a light:
onActivate > PLayer > VCE_modVariable bought_light set 1
onActivate > Player > ChangePlayerLight > (Whatever light you need)

Also you will need Chrono's light events for this

Oh, i had no idea there were events for this, thanks

Oh, i had no idea there were events for this, thanks
:3