home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Level 2000 August
/
Level_2000-08_cd1.bin
/
Demos
/
Vampire
/
Vampire_Demo.exe
/
Codex.nob
/
EffectDiscBeckoning.class
(
.txt
)
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Java Class File
|
2000-06-22
|
651 b
|
7 lines
public class EffectDiscBeckoning extends Codex {
public void effectstarted(int actorGuid, int effectGuid, int creatorGuid, int duration) {
CodexActor _Caster = new CodexActor(creatorGuid);
((CodexThing)_Caster).SpawnThing("yellowMagic");
}
}