Method TryInscribe
- Namespace
- GrindFest
- Assembly
- GrindFest.dll
TryInscribe(string, string)
Attempts to inscribe a node. Returns true on success (currency deducted and node added to Party.InscribedPrestigeNodes). Returns false if already owned or insufficient currency.
costsJson is [{"currency":"Gold","amount":5000}, ...].
public static bool TryInscribe(string nodeId, string costsJson)