Undertale script viewer
← back to main script listing
gml_Script_scr_cost
(
view raw script w/o annotations or w/e
)
1
if (global.gold >= argument0)
2
afford = 1;
3
else
4
afford = 0;