πŸ’‘Installation

SQL

CREATE TABLE IF NOT EXISTS risk_lastchar (
    license    VARCHAR(64) PRIMARY KEY,
    char_name  VARCHAR(64),
    money      INT DEFAULT 0,
    job        VARCHAR(64)
);

YouTube video embed:

  1. Find the ID: β€’ Open your video URL (e.g. https://www.youtube.com/watch?v=IUVW8Mf-PXg) β€’ Copy the part after β€œv=” (here: IUVW8Mf-PXg)

  2. Test it: β€’ Paste into your browser: https://www.youtube.com/embed/YOUR-ID β€’ If the player loads, embedding is allowed.

Last updated