Jump to content

Calderita Umia

Resident
  • Posts

    4
  • Joined

  • Last visited

Reputation

1 Neutral

Retained

  • Member Title
    Calde Umia

Recent Profile Visitors

95 profile views
  1. Hello, I'm making a script to remove item inventory on specific date, but say "syntax error" and cannot resolve it. I'm beginner for scripts. Please. Thank you! // Delete inventory object on date default { state_entry() { llSetTimerEvent(0.1); } timer() { if(llGetDate() == "2023-03-09") llRemoveInventory(llGetInventoryName(INVENTORY_OBJECT, 0)); llSetText("Sorry, You must wait next month to take the gift", <0,1,0>, 1.0); else llSetText("", <0,1,0>, 1.0); llSetTimerEvent(3600.0); // check every hour. } }
  2. Thank you so much for your replies! 😃
  3. Hello, I would like you help me with that questions: - How many of mesh bodies there are in sl actually? - Do you have landmark to mainstore? Thank you so much!
×
×
  • Create New...