Skip to content

Error unexpected token #20

@TGSouls

Description

@TGSouls

When creating a new crafting recipe in ER I put in this command

$Event(19002000, Default, function(X0_4, X4_4) {
waitfor(PlayerHasItem(ItemType.Weapon, X0_4));
RemoveItemFromPlayer(ItemType.Weapon, X0_4, 1);
AwardItemLot((X4_4);
RestartEvent();

I went to save it and It said
ERROR: Unexpected token }
432:1:});

Please help

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions