Scripts Post

Guia de Scripts 1

Publicado: December 24, 2009

comment3 Comentarios

Guia de Scripts 1 thumbnail

En base a que muchos pidieron guías de scripts, voy a tratar de postear alguna que otra cada par de días. Estas guías no están hechas al 100% por mí, si no que la idea base viene de Eclipse.


Todos los Commandos

Publicado: February 20, 2009

comment8 Comentarios

Todos los Commandos thumbnail

Esta es la lista de todos los commandos para scriptear en Ramza Engine, obviamente algunos estan desactualizados.
Function GetVar(File, Header, Var)
Quote
getvar(”file.ini”, “header”, “variable”)
pretty much the same as putvar
file.ini = location
header = header
variable = variable
this command gets a variable that was saved by the putvar command
Call PutVar(File, Header, Var, Value)
Quote
Call Putvar(”file.ini”, “header”, “variable”, 4)
file.ini = file variable [...]