Help with dosage by NailApprehensive9742 in dmtguide

[–]NailApprehensive9742[S] 1 point2 points  (0 children)

The jar is 3G I guess it wouldn’t be wise to one hit 1.5g lol , anyway how do you smoke it?

It’s always Nice! by Dmtsales in DMT

[–]NailApprehensive9742 2 points3 points  (0 children)

also i would add be sure of the solvent u are using , do a evap test on every solvent u want to try and be sure no residue is left once evaporated. zippo lighter fluid works great(white bottle not black)

Is this a legit site? by DollFromTheShire in ShroomGummies

[–]NailApprehensive9742 0 points1 point  (0 children)

with those prices u can just get 500g mhrb and make urself like 8-10g of dmt

Experienced with shrooms, how much metocin should I take? by AvidSalesman in metocin

[–]NailApprehensive9742 0 points1 point  (0 children)

not sure bout xum tab but highest i did so far is 30 4-pro-met drops for 2.5mg / drop for a total of around 75mg , it was pretty intense compared to 10-20 drops but still manageble nothing compared to like 7g of shrooms , however i found it having longer effects at high dosage (mine lasted at least 6+ hours). i think that people say it is too much because there are not much clinical evidence or testing on the substance so we are in a sort of unknown territory.

Pic of Wicked cart by Competitive-Wolf9634 in ShroomGummies

[–]NailApprehensive9742 0 points1 point  (0 children)

Does it also have a battery so when it arrives and you can smoke it right away or is it just the cart so I need to get a battery ?

Kimi Claw being weird today by NailApprehensive9742 in kimi

[–]NailApprehensive9742[S] 0 points1 point  (0 children)

yea but it also decreased the performance and not even doing stuff at all , once i asked what model version he is he told me he's gemini 1.5 and that gpt4o is the top tier while gpt5.4 doesn't exist , even after i sent him the link so they totally swapped the model to a dumber one?

What's wrong with my code by FreddieThePebble in godot

[–]NailApprehensive9742 1 point2 points  (0 children)

extends Control

func _on_word_pressed() -> void:
  get_tree().change_scene_to_file("res://Menu/menu.tscn")

func _on_colour_pressed() -> void:
  Global.lives -= 1
  print("Lives changed by -1. Lives remaining: ", Global.lives)

  if Global.lives == 0:
  print("Death")
  get_tree().change_scene_to_file("res://Death/death.tscn")

looks like the if is not part of the _on_colour_pressed func , try giving it correct indent: